@media screen and (max-width: 1120px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }

  .hero__wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .hero__text {
    min-width: 60%;
  }

  .hero__img {
    min-width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .desc__title {
    order: 0;
  }

  .desc__text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .itc-slider-btn {
    display: none;
  }

  .footer {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .desc__content {
    font-size: 1rem;
  }

  .desc__icon {
    display: none;
  }
}