:root {
  --brandColor: #802a8f;
  --lightPink: #f0d0dc;
  --paragraphColor: #979797;
  --fontSize53pxMD: 1rem;
  --fontSize33pxMD: 0.62rem;
  --fontSize22pxSM: 1rem;
  --cardBackground: #d37fa0;
  --colorBlack: #444444;
  --serviceGray: #979797;
  --sectionBackground: #fbe4ff;
  --cardBorder: #d5d5d5;
  --doctorBoxShadow: 16px 18px 45px 0px #00000026;
  --titleColor: #323232;
}

.banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem 0 1.2rem;
}
/* *{
    border: 1px solid red;
} */
.banner__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1d1dd;
  width: 10rem;
  padding: 1.2rem 1rem;
  /* margin-left: auto; */
  border-radius: 0.6rem;
  align-self: center;
}
.banner__title {
  font-size: 0.8rem;
  color: var(--brandColor) !important;
  font-weight: 700;
}
.banner__input {
  height: 1rem;
  margin-top: 0.5rem;
  border: 0;
  padding: 0 0.5rem;
  border-radius: 0.1rem;
}
.banner__input-name {
}
.banner__input {
}
.banner__input-number {
}
.banner__input {
  align-self: stretch;
}
.banner__input-message {
  height: 3rem;
}
.banner__submit-btn {
  background-color: var(--brandColor);
  border: 0;
  border-radius: 0.1rem;
  margin-top: 0.5rem;
  color: white;
  align-self: stretch;
  height: 1rem;
  font-size: var(--co-font-2);
  font-weight: 700;
}

@import url("https://fonts.googleapis.com/css2?family=Yomogi&display=swap");

.uterus-remove-description {
  position: relative;
  left: 3rem;
  color: rgba(212, 127, 161, 1);
  font-family: "Yomogi", cursive;
  margin-top: 0.5rem;
  position: relative;
  font-size: .9rem;
  width: 12rem;
}

.arrowVectorPng {
  position: absolute;
  top: -1.2rem;
  height: 1.3rem;
  left: 5.2rem;
}

@media screen and (min-width: 768px) {
  .uterus-remove-description {
    margin-top: 2rem;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .banner__description-line-br-sm {
    display: none;
  }
}

.banner__text-container {
}

.banner__first-title {
  color: #d47fa1;
  font-weight: 500;
  font-size: 1.5rem;
}
.banner__description {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
  margin-top: 0.2rem;
  color: rgb(43, 40, 40);
}
.banner__description span {
  color: var(--brandColor);
  font-weight: 800;
}
.banner__image-container {
  position: relative;
  height: 10rem;
  /* width: 10.5rem; */
}


@media screen and (min-width: 768px) {
  .banner__image-container {
    position: relative;
    right: 1rem;
  }
}

.banner__image-text {
  font-size: 0.55rem;
  font-weight: 400;
  line-height: 0.6rem;
  background-color: white;
  border-radius: 0.3rem;
  text-align: center;
  padding: 0.3rem;
  border: 1px solid #d47fa1;
  box-shadow: 0 2px 16px 0 #939393;
}

.banner__image-text > span {
  font-weight: 600;
  color: #d37fa0;
}

.banner__image-text-1 {
  position: absolute;
  left: -3rem;
  top: 2rem;
}
.banner__image-text-2 {
  position: absolute;
  right: -1.2rem;
  top: 1rem;
}
.banner__image-text-3 {
  position: absolute;
  right: -1rem;
  top: 5rem;
}

.banner__surgery-price-image{
  width: 8.55rem;
  height: 5.04rem;
  position: absolute;
  top: 9rem;
  right: -2rem;
}

@media screen and (max-width: 768px) {
  .banner__surgery-price-image{
    width: 8.55rem;
    height: 5.04rem;
    position: absolute;
    top: 10.5rem;
    right: -1rem;
  }
  
  .banner {
    flex-direction: column;
    align-items: center;
  }
  /* *{
          border: 1px solid red;
      } */

  .banner__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1d1dd;
    /* width: 16rem; */
    padding: 1.2rem 1rem;
    /* margin-left: auto; */
    border-radius: 0.6rem;
    /* order: -1; */
    width: 100%;
    margin-top: 5.5rem;
  }
  .banner__title {
    font-size: 1.2rem;
    color: white;
    font-weight: 700;
  }
  .banner__input {
    height: 2rem;
    margin-top: 0.8rem;
    border: 0;
    padding: 0 0.5rem;
    border-radius: 0.2rem;
  }
  .banner__input-name {
  }

  .banner__input-number {
  }
  .banner__input {
    align-self: stretch;
  }

  .banner__image-container > img {
    width: 9.4rem;
  }
  .banner__input-message {
    height: 4rem;
  }
  .banner__submit-btn {
    background-color: var(--brandColor);
    border: 0;
    border-radius: 0.2rem;
    margin-top: 1rem;
    color: white;
    align-self: stretch;
    height: 2rem;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .banner__text-container {
    align-self: flex-start;
  }
  .banner__first-title {
    color: #d47fa1;
    font-weight: 500;
    font-size: 1.5rem;
  }
  .banner__description {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 400;
    margin-top: 0.2rem;
    color: rgb(43, 40, 40);
  }
  .banner__description span {
    color: var(--brandColor);
    font-weight: 800;
  }
  .banner__image-container {
    position: relative;
    height: 11rem;
    /* width: 10.5rem; */
    margin-top: 1rem;
    align-self: center;
    /* align-self: flex-end;
    margin-right: 1rem; */
  }

  .banner__image-text {
    font-size: 0.55rem;
    font-weight: 400;
    line-height: 0.6rem;
    background-color: white;
    border-radius: 0.1rem;
    text-align: center;
    padding: 0.15rem;
    border: 1px solid #d47fa1;
    box-shadow: 0 2px 16px 0 #939393;
  }

  .banner__image-text > span {
    font-weight: 600;
    color: #d37fa0;
  }

  .banner__image-text-1 {
    position: absolute;
    left: -3rem;
    top: 2rem;
  }

  .banner__image-text-2 {
    position: absolute;
    right: 0;
    top: 0.5rem;
  }
  .banner__image-text-3 {
    position: absolute;
    right: -1rem;
    top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .banner__image-text-1 {
    position: absolute;
    left: -2.5rem;
    top: 1.5rem;
  }
}
