h1 {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 1.1rem;
  line-height: 120%;
  letter-spacing: -2%;
  color: var(--brandColor);
}

@media screen and (min-width: 768px) {
  h1 {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.83rem;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--brandColor);
  }
}

.doctor-banner-container__doctor-details-container {
  flex-grow: 1;
  width: 2rem;
}
.types-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.types-container h1 {
  text-align: center;
  font-weight: 600;
  font-style: SemiBold;
  line-height: 180%;
  letter-spacing: 0%;
  color: var(--brandColor);
  margin: 0 0 0.226rem 0;
}
.treatment-box {
  background: #fff0f4;
  width: 33.509rem;
  height: 8.07rem;
  border-radius: 0.45rem;
  margin: 0 0 0.377rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.treatment-box h2 {
  margin: 0.45rem 0 0 0.905rem;
  color: #2d2d2d;
}
.icons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.301rem;
  margin: 0.6037rem 0 0 0;
}
.icon-card img {
  width: 2.26rem;
  height: 2.26rem;
  margin: 0 0 0.377rem 0;
}
.b1 {
  text-align: center;
  color: #2d2d2d;
  font-weight: 500;
  font-style: Medium;
  /* line-height: 140%; */
  letter-spacing: 2%;
}
.second-opinion {
  font-weight: 700;
  font-style: Bold;
  font-size: 0.377rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .types-container {
    display: flex;
    flex-direction: column;
  }

  .types-container h1 {
    font-weight: 600;
    font-style: SemiBold;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: start;
    color: var(--brandColor);
    margin: 1.45rem 1.09rem 0.72rem 1.09rem;
  }
  .treatment-box {
    background-color: #fff0f4;
    width: 16.54rem;
    height: 18.81rem;
    border-radius: 16px;
  }
  .treatment-box h2 {
    margin: 0.36rem 0 0 0.72rem;
    color: #2d2d2d;
  }
  .icons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.09rem 0;
  }
  .icon-card {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .icon-card img {
    width: 2.9rem;
    height: 2.9rem;
    margin: 0 0.54rem 0 0.727rem;
  }
  .b1 {
    text-align: start;
  }
  .second-opinion {
    font-weight: 700;
    font-style: Bold;
    font-size: 0.72rem;
    line-height: 140%;
    letter-spacing: 0%;
  }
}
