.banner-title {
  font-size: 4rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner-title {
    font-size: 3rem;
  }
}
.banner-subtitle {
  font-size: 1.4rem;
  color: #ffffff;
}
.methadone-banner-bg {
  /* background-color: #a26a84; */
  /* background: #ba7f9c;
  background: linear-gradient(180deg, rgba(186, 127, 156, 1) 0%, rgba(159, 77, 117, 1) 100%); */
  background: linear-gradient(180deg, rgb(197, 151, 173) 0%, rgb(162, 106, 132) 100%);
  /* background: linear-gradient(180deg, rgb(255, 146, 99) 0%, rgba(235, 129, 84, 1) 100%); */
}
.methadone-banner-bg > .container {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.btn-banner {
  font-size: 1.5rem;
  padding: 14px 36px;
}
.see-how-it-works-btn {
  background-color: #ffffff;
  font-weight: 600;
  color: #ce598f;
  border: 2px solid #ee76ae;
}
.see-how-it-works-btn:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.see-how-it-works-btn-solid {
  background-color: #ce598f;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #ee76ae;
}
.see-how-it-works-btn-solid:hover {
  background-color: #b9477c;
  color: #ffffff;
}
.methadone-header-spacer {
  padding-top: 5.78rem;
}
.hero-banner-img {
  border-radius: 1.6rem;
  /* margin-top: -2rem; */
}
.hero-banner-img-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  background-color: rgb(162, 106, 132);
  height: 200px;
}
.hero-banner-wave {
  position: absolute;
  top: 110px;
  z-index: -1;
  width: 100%;
}
@media (max-width: 1200px) {
  .hero-banner-wave {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .hero-banner-wave {
    top: 0;
  }
}
.how-it-helps-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 500;
  min-width: 73px;
  min-height: 73px;
  border-radius: 50%;
  background-color: #fceff5;
  color: #ce598f;
}
.meth-box {
  padding: 34px 30px 34px 30px;
  border-radius: 2rem;
  background-color: #ffffff;
}
.meth-shadow {
  box-shadow: 0 4px 50px rgba(162, 106, 132, 0.078);
}
.meth-common-bg {
  background: linear-gradient(143deg, rgb(243, 240, 241) 0%, rgb(243, 219, 230) 100%);
}
@media (max-width: 600px) {
  .container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
