@media screen and (min-width: 320px) {
  .cases {
    color: #fff;
    margin-block: 0 4em;
    padding-inline: 0;
    position: relative;
    width: 100%;
  }
  .cases h2 {
    font-size: 4em;
    line-height: 0.7;
    margin-block: 0;
    padding-inline: 5%;
    position: absolute;
    top: -25px;
    z-index: 100;
  }
  .cases__main-container {
    padding-inline: 0;
  }
  .cases__main-container :first-child :first-child {
    margin: 0;
  }
  .cases__main-container :first-child :first-child .item__img-container {
    top: 40px;
  }
  .cases__section {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 2em;
    min-height: 80vh;
    padding-inline: 0;
    position: relative;
    width: 100%;
  }
  .cases__section .item__text-container {
    background-color: #000;
    left: 0;
    padding: 12px 5%;
    right: 0;
  }
  .cases__section .item__text-container h4 {
    margin: 0;
  }
  .cases__section :nth-child(even) .item__text-container {
    bottom: 0;
    padding-left: 5%;
    text-align: end;
  }
  .cases__section :nth-child(odd) .item__text-container {
    padding-right: 5%;
  }
  .cases__section :nth-child(even) .item__img-container {
    bottom: 0;
    right: 5%;
  }
  .cases__section :nth-child(odd) .item__img-container {
    left: 5%;
    top: 50px;
  }
  .cases__item {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 2em;
    width: 100%;
  }
  .cases__item h4 {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0.5em;
  }
  .cases__item p {
    font-size: 1.5em;
  }
  .cases .item__img-container {
    height: 70%;
    margin: auto;
    width: 95%;
  }
  .cases .item__img-container img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cases h2 {
    font-size: 8em;
    top: -25px;
  }
  .cases__main-container {
    padding-inline: 0;
  }
  .cases__main-container :first-child :first-child .item__text-container {
    padding-top: 2em;
  }
  .cases__section .item__text-container {
    position: absolute;
  }
  .cases__section :nth-child(even) .item__text-container {
    bottom: 0;
    padding-left: 5%;
    padding-right: 48%;
    text-align: end;
  }
  .cases__section :nth-child(odd) .item__text-container {
    padding-left: 48%;
    padding-right: 5%;
  }
  .cases__section :nth-child(even) .item__img-container {
    padding-left: 58%;
    bottom: 0;
  }
  .cases__section :nth-child(odd) .item__img-container {
    padding-right: 58%;
    left: 5%;
    top: 50px;
  }
  .cases__item {
    display: block;
  }
  .cases .item__img-container {
    height: 70%;
    position: absolute;
    margin: auto;
    width: 95%;
  }
  .cases .item__img-container img {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=cases.css.map */