/* WELCOME SECTION  */
.about__hero__headline {
  padding: 7rem;
  background-image: url("../assets/imgs/team-background.png");
  background-size: cover;
}
.about__section .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 10rem auto;
  grid-gap: 8rem;
}
.about__section__right {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.about__section__left img {
  box-shadow: -15px 15px var(--primary-color);
}
.about__headline {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 130%;
}
.about-para {
  font-size: 1.8rem;
}
.about__section__right .primary__headline {
  font-size: 5rem;
}
.welcome-para {
  font-size: 2rem;
}
.expyears__section {
  background: var(--primary-color);
  padding: 5rem;
}
.expyears__section .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.team__section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8rem;
  margin: 5rem auto;
}
.team__section image {
  transform: scale(0.7);
}
.expyears__left,
.expyears__right {
  display: grid;
  place-content: center;
  padding: 5rem 10rem;
  background-color: var(--white);
  margin: 5rem auto;
  border-radius: 1rem;
  text-align: center;
}
.counter {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.exp-content {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.ceo__section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin: 5rem auto;
}
.grid-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ceo__content h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}

.ceo__content h5 {
  font-size: 1.6rem;
  text-align: center;
}
.ceo__content img {
  height: 12rem;
}
@media screen and (max-width: 769px) {
  .about__hero__headline {
    padding: 3rem;
  }
  .about__section .container {
    grid-template-columns: 1fr;
    margin: 4rem auto;
    grid-gap: 4rem;
  }
  .medical__section {
    margin: 0;
    background-color: var(--primary-color);
    padding: 4rem 2rem;
    color: var(--white);
  }
  .medical__section .container {
    grid-template-columns: 1fr;
  }
  .medical-content img {
    height: 10rem;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .medical-content h3 {
    font-size: 2.4rem;
  }
  .about__headline {
    font-size: 2.4rem;
  }
  .expyears__section .container {
    display: flex;
    flex-direction: column;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 5rem;
  }
  .expyears__left,
  .expyears__right {
    display: grid;
    place-content: center;
    padding: 2rem 4rem;
    background-color: var(--white);
    margin: 2rem auto;
    border-radius: 1rem;
  }
}

/* navbar css */

.navbar-expand-lg .navbar-nav {
  /* flex-direction: row; */
  gap: 2rem;
  font-size: 2rem;
  padding: 2rem 6rem;
  color: var(--dark);
  font-weight: 600;
}
.bg-body-tertiary {
  background-color: #ffc0cb !important;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.dropdown-menu {
  background-color: #ffc0cb !important;
  border: none !important;
}
.dropdown-menu li {
  /* background-color: #ffc0cb !important; */
  padding: 0.5rem;
}
.dropdown-menu li a:hover {
  background-color: #eb768a !important;
  padding: 0.5rem;
}

@media screen and (max-width: 570px) {
  .navbar-expand-lg .navbar-nav {
    /* flex-direction: row; */
    gap: 1rem;
    padding: 2rem;
    font-size: 2rem;
    color: var(--dark);
    font-weight: 600;
  }
  .nav__items__link {
  }
}
