.flex-reverse {
  flex-direction: row-reverse;
}

/* .section-light-title {
  font-weight: 400;
} */

.word-header {
  margin: auto;
  display: flex;
  margin-bottom: 2rem;
  max-width: clamp(50%, 50vw, 1200px);
}

.word-body,
.word-body .section-body {
  max-width: clamp(50%, 50vw, 1200px);
  margin: auto;
}
.position-title {
  margin-bottom: 0;
}

.director_profile {
  max-height: 8rem;
}

.director_name {
  line-height: 1;
}

.about-us-cutout {
  background-image: radial-gradient(
    circle at center 10%,
    /* adjust the position of the circle's center to be a little up */
      transparent,
    transparent 70px,
    #ffffff 70px
  );
}

#our-story {
  background: linear-gradient(
    180deg,
    rgba(0, 46, 86, 0.886) 0%,
    rgba(31, 0, 50, 1) 100%
  );
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
.navbar {
  height: 100%;
  max-height: 100%;
}


.hero_quick-nav_btn {
  grid-template-columns: 1fr 1fr;
}

.hero_quick-nav_btn button {
  max-width: 100%;
}

@media only screen and (max-width: 575.98px) /*and (orientation: portrait) */ {
  section {
    flex-direction: column-reverse !important;
    padding: 1em !important;
    margin-top: 0px !important;
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .word-body,
  .word-body p.section-body {
    max-width: 100% !important;
  }
  .subjects {
    grid-template-columns: 1fr !important;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  #expertise #wrapper {
    max-width: 100%;
  }

  #expertise #wrapper main .section,
  #wrapper .block-advantage .hoz-accordion {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  .dropdown-container {
    margin: 0 !important;
    max-width: 100% !important;
  }

  .word-header {
        margin: 0;
        display: flex;
        margin-bottom: 2rem;
        max-width: 100%;
        padding-left: 2rem;
    }
    .director_info p{
        max-width: 20ch
    }
}

.hero_quick-nav_btn{
    display: none!important
}