.about-hero-banner {
  height: calc(100vh - 573px);
  min-height: 573px;
  position: relative;
}
.who-we-are {
  background-color: #22689e;
  padding: 80px;
}
.who-we-are-line {
  height: 1px;
  background-color: #b4b4b4;
  width: 100%;
}
.who-we-are-bg {
  background-image: url('../images/who-we-are.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
/* @media (max-width: 991px) {
  .about-hero-banner {
    margin-top: 80px !important;
  }
} */
