.surgery-details-section__heading {
  font-weight: 500;
  font-style: Medium;
  font-size: 1.45rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  color: #2d2d2d;
}
.surgery-details-section__heading span {
  font-weight: 700;
  font-style: Bold;
  color: #802a8f;
}

.surgery-details-section__description {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.72rem;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #5a5b60;
  margin: 0.54rem 0;
}
.organs-cards {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}
.organ-card {
  width: 16.54rem;
  height: 5.54rem;
  angle: 0 deg;
  opacity: 1;
  border-radius: 0.36rem;
  background-color: #62186f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 1.27rem;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2%;
}
.who-need-surgery{
    margin: 2.18rem 0;
}

.who-needs-container{
    display: flex;
    flex-direction: column;
    gap: 0.72rem;
    margin: 1.45rem 0;
}
/* .advised-container{
    border: 0.14rem solid #2d2d2d;
    border-radius: 0.116rem;
} */
.advised-container h4{
    color: #62186f;
    font-size: 0.72rem;
}
.advised-container ul{
    color: #2d2d2d;
    margin: 0 0 0 1.45rem;
    font-size: 0.72rem;
}
@media screen and (min-width: 768px) {
  .surgery-details-section {
    margin: 1.01rem 0 0 0;
  }
  .surgery-details-section__heading {
    font-weight: 500;
    font-style: Medium;
    font-size: 1.01rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    color: #2d2d2d;
  }
  .surgery-details-section__heading span {
    font-weight: 700;
    font-style: Bold;
    color: #802a8f;
  }

  .surgery-details-section__description {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #5a5b60;
    width: 10.59rem;
    angle: 0 deg;
    opacity: 1;
    margin: 0.45rem 0;
  }
  .organs-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
  }
  .organ-card {
    width: 6.86rem;
    height: 2.71rem;
    opacity: 1;
    border-radius: 0.15rem;
    background-color: #62186f;
    color: #ffffff;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.603rem;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .who-needs-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .advised-container{
    width: 12rem;
  }
}
