.banner_chemoport {
  display: flex;
  flex-direction: column;
  position: relative;
}

.banner__title {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 1.45rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -1%;
  margin: 2.31rem 0 0 0;
}

.banner__title span {
  font-weight: 800;
  font-style: ExtraBold;
  color: #802a8f;
}

.banner__description {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.909rem;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -2%;
  color: #5a5b60;
  width: 15.59rem;
  angle: 0 deg;
  opacity: 1;
  margin: 0.72rem 0 1.09rem 0;
}

.chemotherapy__price {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.909rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
}

.chemotherapy__price span {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 1.81rem;
  letter-spacing: -4%;
  line-height: 140%;
}

.banner_btn {
  width: 10.9rem;
  height: 2.63rem;
  angle: 0 deg;
  opacity: 1;
  border-radius: 2.18rem;
  padding: 0.54rem;
  gap: 0.54rem;
  background-color: #802a8f;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 0.81rem;
  color: #ffffff;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 2.95rem 0;
}

.banner__image {
  width: 18.72rem;
  height: 15.45rem;
  angle: 0 deg;
  opacity: 1;
  position: absolute;
  top: 23.5rem;
  left: -1.09rem;
}

@media screen and (min-width: 768px) {
  .banner_chemoport {
    flex-direction: row;
    justify-content: space-between;
  }
  .banner__title {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 1.01rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    color: #2d2d2d;
  }
  .banner__title span {
    font-weight: 800;
    font-style: ExtraBold;
    color: #802a8f;
  }
  .banner__description {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    width: 11.11rem;
    height: 1.64rem;
    angle: 0 deg;
    opacity: 1;
    margin: 0.26rem 0 1.01rem 0;
  }
  .chemotherapy__price {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    color: #5a5b60;
  }
  .chemotherapy__price span {
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 1.01rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    color: #2d2d2d;
  }
  .banner_btn {
    width: 7.16rem;
    height: 1.5rem;
    angle: 0 deg;
    opacity: 1;
    border-radius: 0.905rem;
    padding: 0.281rem 0.376rem;
    gap: 0.281rem;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 1.2rem 0 0 0;
  }
  .banner__image {
    width: 12.75rem;
    height: 10.50rem;
    angle: 0 deg;
    opacity: 1;
    top: 1.47rem;
    left: 20rem;
  }
}
