@media (max-width: 1199px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 500px) {
  .visible-mob {
    display: block;
  }

  .visible-desktop {
    display: none;
  }
}

@media (max-width: 475px) {
  .banner {
    display: none;
  }

  .banner-mob {
    display: flex;
    flex-direction: column-reverse;
  }

  .banner-mob-text h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-top: 50px;
  }

  .banner-mob-text p {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
  }

  .banner-mob-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }

  .banner-mob-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 15px;
  }

  .description {
    margin-top: 50px;
  }

  .description-cards {
    gap: 15px;
  }

  .accordion-body__contents {
    padding: 20px;
  }

  .description-card-img img {
    width: 35px;
  }

  .description-card {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 25px 30px;
  }

  .description h3 {
    font-size: 2.3rem;
    text-align: center;
    max-width: 100%;
    margin: 0;
  }

  .description-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .feedback-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
  }

  .feedback-card__nav-item {
    column-gap: 10px;
  }

  .feedback-card__nav-item li {
    flex-grow: 1;
  }

  .feedback-card__title {
    justify-content: center;
  }

  .feedback-card__description-img {
    display: none;
  }

  .feedback-card__description-img-mob {
    display: flex;
  }

  .feedback-card__description ol {
    font-size: 1.7rem;
    line-height: 2;
  }

  .card-attention p {
    font-size: 1.8rem;
  }
}
