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: .83rem;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--brandColor);
  }
}

.doctor-banner-container__doctor-details-container {
  flex-grow: 1;
  /* width: 2rem; */
}
