/* 1em = 16px */

/* 1830px */

/* 1570px */
@media (max-width: 102em) {
  .heading-secondary,
  .heading-secondary_noBM {
    font-size: 3.2rem;
  }

  /* services we provide */
  .therapy-title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .therapy-attributes {
    gap: 1rem;
  }
  .therapy-attributes li {
    font-size: 1.6rem;
  }
  /* accred and memeberships */
  .logos img {
    height: 10rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (max-width: 85em) {
  .therapy-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .therapy-attributes {
    gap: 0.4rem;
  }
  .therapy-attributes li {
    font-size: 1.6rem;
  }
}

/* 1050 */
@media (max-width: 75em) {
  .logos img {
    height: 7rem;
  }

  /* therapy */
  .therapy-img {
    display: none;
  }

  .therapy-attributes span {
    font-size: 1.2rem;
    text-align: left;
  }

  .therapy-content {
    text-align: center;
  }
  .therapy-title {
    font-size: 1rem;
  }
  .therapy-content {
    padding: 1rem;
  }
}

@media (max-width: 44em) {
  /* general */
  .grid--2-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .heading-reviews {
    font-size: 2.8rem;
    margin-bottom: 0rem;
  }

  .grid--4-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .therapy-img {
    display: inherit;
  }
  .therapy-title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .therapy-attributes {
    gap: 1rem;
  }
  .therapy-attributes li {
    font-size: 1.6rem;
  }

  /* How to start */
  .step-img-box {
    display: none;
  }

  /* Patient satisfaction */
  .rightRating {
    display: none;
  }
  .leftRating {
    width: 100%;
    margin-right: 3.6rem;
  }
  .reviewStatement {
    font-size: 1.2rem;
    padding-top: 0rem;
  }

  /* Section Feature */
  .section-featured {
    display: none;
  }
}
