.container {
  /* padding: 1rem; */
  /* display: none; */
}
@media screen and (min-width: 768px) {
  .container {
    /* display: none; */
    /* padding: 0rem 2rem; */
    margin: 3.39rem 0 0 0;
  }
}

.hero {
  color: #62186f;
}

.hero__title {
  color: #62186f;
}

.hero__title--accent {
}

.hero__intro {
  line-height: 1.4;
}

.section {
  width: 16.54rem;
}
@media screen and (min-width: 768px) {
  .section {
    width: 100%;
    margin: 0.905rem 0 0 0;
  }
}
.section__title {
  font-size: 1.1rem;
  line-height: 1;
  color: #62186f;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .section__title {
    display: none;
  }
}

.section__subtitle {
  color: #62186f;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .section__subtitle {
    display: none;
  }
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .cards {
    flex-direction: row;
    justify-content: center;
  }
}

.cards .card {
  font-size: 1rem;
  width: 100%;
  height: auto;
  text-align: center;
  color: #62186f;
  line-height: 1;
  background: url("../assets/cost-details-bg.webp");
  background-size: cover;
  border-radius: 1rem;
  border: 0;
  width: 16.54rem;
  height: 5rem;
  angle: 0 deg;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cards .card {
    width: 11.88rem;
    height: 2.75rem;
    font-size: 0.45rem;
    flex-shrink: 1;
    border-radius: 0.25rem;
    padding: 0.54rem;
  }
}

.card__amount {
  font-size: ;
  font-weight: 600;
}

.card__desc {
  margin-top: 0.3rem;
}

.spacer {
}

@media (min-width: 768px) {
}

/* *{
    border: 1px solid red;
} */

.know-the-exact-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 9.6rem;
  margin: 1rem;
  border-radius: 0.33rem;
  position: relative;
  background-image: url("../assets/pshycological-support-mobile.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .know-the-exact-container {
    display: none;
  }
}

.know-the-exact-container h1 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #4d2a53;
  line-height: 1;
}

.know-the-exact-container p {
  font-size: 0.727rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.2rem;
  color: #4d2a53;
}

.know-the-exact-container button {
  font-size: 0.727rem;
  font-weight: 600;
  width: 7.27rem;
  height: 2.2rem;
  border-radius: 2.9rem;
  background-color: var(--brandClr);
  color: white;
  margin-top: 0.4rem;
}

.know-the-exact-container img {
  height: 13.31rem;
  position: absolute;
  right: 0;
  top: -0.5rem;
}
.or {
  display: block;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 1.01rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #4d2a53;
}
@media screen and (min-width: 768px) {
  .or {
    display: none;
  }
}

.why-targeted-therapy__description {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.72rem;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #5a5b60;
}

@media screen and (min-width: 768px) {
  .why-targeted-therapy__description {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #5a5b60;
    width: 14.6rem;
    angle: 0 deg;
    opacity: 1;
  }
}
