* {
  scroll-behavior: smooth;
}
.breast-cancer-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.77rem 0.54rem 0 0.54rem;
}
.breast-cancer-banner__hero-section > h3 {
  width: 17.4rem;
  font-size: 1.09rem;
  line-height: 0.83rem;
  font-weight: 400;
  text-transform: capitalize;
}
.breast-cancer-banner__hero-section > p {
  width: 17.4rem;
  font-size: 1.31rem;
  font-weight: 900;
  position: relative;
  color: var(--brandClr);
}

.breast-cancer-banner__hero-section > p > img:nth-child(1) {
  width: 1.09rem;
  height: 1.05rem;
  position: absolute;
  right: 1.8rem;
  bottom: 1.3rem;
}

.breast-cancer-banner__hero-section > p > img:nth-child(2) {
  width: 7.03rem;
  height: 0.43rem;
  position: absolute;
  bottom: 0;
  right: 2.2rem;
}
.breast-cancer-banner__hero-img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.breast-cancer-banner__hero-img > img {
  width: 7.5rem;
  height: 7.27rem;
  margin-left: -0.6rem;
}

.breast-cancer-banner__description-container {
  font-size: 0.63rem;
  font-weight: 400;
  line-height: 0.63rem;
  width: 8.49rem;
  margin-left: 1rem;
  margin-top: .8rem;
}
.breast-cancer-banner__description-container li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.68rem;
}

.breast-cancer-banner__description-container li .banner-li-count-img {
  width: 0.5rem;
  height: 0.63rem;
  margin-right: 0.3rem;
}

.breast-cancer-banner__description-container
  li
  .breast-cancer-banner__description-container
  > li
  > div >p {
  margin-top: 0.5rem;
}

.breast-cancer-banner__description-container > li >div >  hr {
  border: solid 0.02rem #d47fa1;
  margin-top: -0.09rem;
}

.banner__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 10rem;
  height: 11.86rem;
  align-self: center;
  position: relative;
  margin-top: 2rem;
  padding: 0.63rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  border-radius: 0.31rem;
  box-shadow: 5px 4px 24px 0px rgba(173, 173, 173, 0.24);
  justify-self: center;
}

.banner__title {
  font-size: 0.8rem;
  color: var(--brandClr) !important;
  font-weight: 700;
}

.banner__input {
  margin-top: 0.5rem;
  border: 0;
  padding: 0 0.5rem;
  height: 1.5rem;
  border-radius: 0.1rem;
  align-self: stretch;
  border: 0.001rem solid #d47fa1 !important;
}

::placeholder {
  color: black !important;
}

.banner__input-message {
  height: 3.27rem;
}

.banner__submit-btn {
  background-color: #d47fa1;
  border: 0;
  border-radius: 0.31rem;
  margin-top: 0.5rem;
  color: #fff;
  align-self: stretch;
  height: 1.09rem;
  font-size: 0.63rem;
  font-weight: 700;
}

.banner__first-title {
  color: #d47fa1;
  font-weight: 600;
  font-size: var(--co-font-8);
  line-height: 1.2rem;
}
@media screen and (min-width: 768px) {
  .banner__first-title {
    font-size: var(--co-font-big-100);
  }
}

.banner__description {
  margin-top: 0.3rem;
  font-size: var(--co-font-7);
  line-height: 0.8rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  line-break: strict;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner__description {
    font-weight: 400;
    font-size: var(--co-font-big-80);
    line-height: 1.5rem;
    width: 21rem;
  }
}

.banner__description span {
  color: white;
  font-weight: 800;
  background-color: #d47fa1;
  display: inline-block !important;
  padding: 0.35rem 0.35rem;
  border-radius: 0.4rem;
}

@media screen and (min-width: 768px) {
  .banner__description span {
    padding: 0 0.35rem;
  }
  .banner__description > br {
    display: none;
  }
}

.banner__title {
  font-size: 0.81rem;
  color: white;
  font-weight: 700;
}
.banner-floating-arrow {
  position: absolute;
  top: -1.1rem;
  width: 1.77rem;
  height: 2.19rem;
  /* z-index: 3; */
  left: -0.8rem;
}

.banner__input {
  height: 1.727rem;
  margin-top: 0.363rem;
  border: 0;
  padding: 0 0.5rem;
  border-radius: 0.318rem;
  flex-shrink: 0;
  align-self: stretch;
}

.banner__input-message {
  height: 3.27rem;
}
@media screen and (min-width: 768px) {
  .breast-cancer-banner,
  .main-app {
    padding: 0 2rem;
  }
  .breast-cancer-banner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.8rem 2rem;
  }
  .breast-cancer-banner__hero-section > h3 {
    font-size: 1.13rem;
    line-height: 1.42rem;
    font-weight: 400;
  }
  .breast-cancer-banner__hero-section > p {
    font-size: 1.41rem;
    line-height: 1.32rem;
    font-weight: 700;
  }
  .breast-cancer-banner__hero-section > p > img:nth-child(1) {
    width: 1.13rem;
    height: 1.12rem;
    right: 1rem;
    top: -0.9rem;
  }
  .breast-cancer-banner__hero-section > p > img:nth-child(2) {
    width: 7.05rem;
    height: 0.43rem;
    bottom: -0.3rem;
    right: 1.6rem;
  }
  .breast-cancer-banner__hero-img > img {
    width: 10.52rem;
    height: 10.2rem;
    margin-left: -0.6rem;
  }
  .breast-cancer-banner__description-container {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    width: 9.39rem;
    margin-left: 1rem;
  }
  .banner__form {
    width: 11.622rem;
    height: 12.94rem;
    flex-shrink: 0;
    position: relative;
    top: -0.4rem;
    right: 1rem;
    margin-left: 2.5rem;
  }
  .banner__input {
    font-size: 0.62rem;
    margin-top: 0.463rem;
  }
  .banner-floating-arrow {
    display: none;
  }

  .banner__submit-btn {
    background-color: var(--brandClr);
    font-size: 0.62rem;
    font-weight: 700;
  }
}

.lung-cancer-container__description {
  width: 11.22rem;
  line-height: 0.59rem;
  font-size: 0.63rem;
}

.banner-surgery-price {
  list-style-type: none;
}
.banner-surgery-price img {
  width: 6.78rem;
  height: 3.31rem;
}

@media screen and (min-width: 768px) {
  .lung-cancer-container__description {
    width: 21.26rem;
    font-size: 0.75rem !important;
    line-height: 0.84rem;
  }

  .why-cion-change-life > img:nth-child(3) {
    top: 15.3rem !important;
  }
}
