.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  background-image: url("../../assets/Hytrestomy_banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 35.95rem;
  height: 15.283rem;
}
.header__title {
  font-size: 1.09rem;
  color: var(--brandColor);
  font-weight: 600;
  line-height: 110%;
  margin: 3.01rem 0 0 0;
}
.header__description {
  font-size: 0.528rem;
  color: var(--brandColor);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.3rem;
  width: 18.49rem;
}

.header__description span {
  color: #db769f;
  font-weight: 700;
}

.header__title-2 {
  font-size: 0.67rem;
  color: var(--brandColor);
  font-weight: 700;
  margin-top: 0.7rem;
}

.header__button {
  width: 7.16rem;
  height: 1.32rem;
  background: var(--brandColor);
  color: white;
  border: 0;
  border-radius: 2rem;
  margin-top: 1.2rem;
  font-size: 0.45rem;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
}

@media screen and (max-width: 768px) {
  .header {
    background-image: url("../assets/hystrectomy_mobile_banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 18.72rem;
    height: 26.54rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .header__title {
    font-size: 1.45rem;
    color: var(--brandColor);
    font-weight: 800;
    line-height: 110%;
    width: 16.77rem;
    margin: 1.81rem 0 0.72rem 0rem;
  }
  .header__description {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.72rem;
    width: 14.5rem;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
  }
  .header__title-2 {
    margin: 2.31rem 0 3.18rem 0;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 0.94rem;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
  }
  .header__button {
    width: 10.77rem;
    height: 2.18rem;
    border-radius: 2.18rem;
    padding: 0.54rem;
    gap: 0.54rem;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.72rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  br{
    display: none;
  }
}
