.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%;
  }
}
.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;
  }
}

.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;
}
@media screen and (min-width: 768px) {
  .cards .card {
    width: 10.5rem;
    height: 2.75rem;
    font-size: 0.45rem;
    flex-shrink: 1;
    border-radius: 0.25rem;
  }
}

.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;
}
