.targeted-therapy-details__container {
  margin: 4.18rem 0 0 0;
}
.why-targeted-therapy__title {
  font-weight: 500;
  font-style: Medium;
  font-size: 1.45rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  color: #62186f;
}
.why-targeted-therapy__title span {
  font-weight: 700;
  font-style: Bold;
}
.why-targeted-therapy__cards-container {
  margin: 1.13rem 0 1.13rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.why-targeted-therapy__card {
  background-image: url("../assets/pshycological-support-mobile.webp");
  width: 16.72rem;
  height: 6.39rem;
  angle: 0 deg;
  opacity: 1;
  border-radius: 0.301rem;
  display: flex;
  flex-direction: column;
  padding: 0.377rem;
}
.why-targeted-therapy__card h3 {
  font-weight: 800;
  font-style: Medium;
  font-size: 1.01rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #802a8f;
  margin: 0 0 0.226rem 0;
}
.why-targeted-therapy__card p {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.72rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #4d2a53;
}
@media screen and (min-width: 768px) {
  .targeted-therapy-details__container {
    margin: 3.39rem 0 0 0;
  }
  .why-targeted-therapy__title {
    font-weight: 500;
    font-style: Medium;
    font-size: 1.01rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    color: #62186f;
  }
  .why-targeted-therapy__title span {
    font-weight: 700;
    font-style: Bold;
  }
  .why-targeted-therapy__cards-container {
    margin: 1.13rem 0 1.13rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
  }
  .why-targeted-therapy__card {
    background-image: url("../assets/pshycological-support-mobile.webp");
    width: 9.54rem;
    height: 5.39rem;
    angle: 0 deg;
    opacity: 1;
    border-radius: 0.301rem;
    display: flex;
    flex-direction: column;
    padding: 0.377rem;
  }
  .why-targeted-therapy__card h3 {
    font-weight: 800;
    font-style: Medium;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #802a8f;
    margin: 0 0 0.226rem 0;
  }
  .why-targeted-therapy__card p {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.54rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #4d2a53;
  }
}
