/* Clinical Outcomes Section */
.clinical-outcomes {
  padding: 1rem;
  box-sizing: border-box;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 20px 0px #3e17451a;
  margin: 2.18rem 0 3.63rem 0;
}

/* Header */
.clinical-outcomes__head-title {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .clinical-outcomes {
    margin: 1.85rem 0 0 0;
    width: 32.45rem;
    height: 15.35rem;
    angle: 0 deg;
    opacity: 1;
    border-radius: 1.2rem;
  }
  .clinical-outcomes__head-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.section-subtitle {
  color: #eb88a3;
  font-weight: 500;
  font-size: var(--font-14);
  line-height: 1.2;
}

.section-title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--brandClr);
  margin-bottom: 1rem;
}

.section-description {
  color: #333;
  font-weight: 400;
  font-style: Regular;
  font-size: 0.72rem;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 2%;
}
.note-card {
  width: 15.45rem;
  height: 4.63rem;
  border-radius: 0.36rem;
  angle: 0 deg;
  opacity: 1;
  margin: 4.63rem 0 0 0;
}

.note-card p {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.9rem;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2%;
  color: #2d2d2d;
}
.note-card p span {
  font-weight: 600;
  font-style: SemiBold;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2%;
  color: var(--brandClr);
}

.outcome-box p span {
  color: var(--brandClr);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .outcome-box p span {
    color: var(--brandClr);
    font-weight: 800;
  }
  .note-card {
    width: 14.26rem;
    height: 1.13rem;
    border-radius: 0.15rem;
    angle: 0 deg;
    opacity: 1;
    margin: 1.45rem 0 0 0;
  }

  .note-card p {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.377rem;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
  }
  .note-card p span {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.377rem;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--brandClr);
  }

  .section-subtitle {
    font-size: 0.301rem;
  }

  .section-title {
    font-size: 0.83rem;
  }

  .section-description {
    width: 13.3rem;
    font-weight: 400;
    font-style: Regular;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: -2%;
    color: #5a5b60;
  }
}

/* Outcomes Icons */
.outcomes-icons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .outcomes-icons {
    flex-direction: row;
    justify-content: space-evenly;
  }
}

.outcome-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .outcome-box {
    flex-direction: column;
    text-align: center;
  }
}

.outcome-box img {
  width: 64px;
  height: 64px;
}

@media screen and (min-width: 768px) {
  .outcome-box img {
    width: 2.67rem;
    height: 2.67rem;
  }
}

.outcome-box p {
  margin: 0;
  font-size: 0.818rem;
  line-height: 1.2;
  color: #2D2D2D;
  font-weight: 500;
  width: 9.09rem;
}

@media screen and (min-width: 768px) {
  .outcome-box p {
    width: 5.85rem;
    font-size: var(--font-lg-24);
  }
}

.clinicaloutcomes__title {
  font-weight: 500;
  font-style: Medium;
  font-size: 1.81rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  color: #802a8f;
  angle: 0 deg;
  opacity: 1;
  width: 16.45rem;
  /* height: 3.63rem; */
  angle: 0 deg;
  opacity: 1;
}

.clinicaloutcomes__title span {
  font-weight: 800;
  font-style: ExtraBold;
}
.why {
  font-family: Schoolbell;
  font-weight: 400;
  font-style: Regular;
  line-height: 110.00000000000001%;
  letter-spacing: -1%;
}

@media screen and (min-width: 768px) {
  .clinicaloutcomes__title {
    font-weight: 500;
    font-style: Medium;
    font-size: 1.01rem;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    width: 9.54rem;
    height: 2.22rem;
    angle: 0 deg;
    opacity: 1;
  }

  .clinicaloutcomes__title span {
    font-weight: 800;
    font-style: ExtraBold;
  }
  .why {
    font-family: Schoolbell;
    font-weight: 400;
    font-style: Regular;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
  }
}
