.meet-us-hero {
  background: url(../ASSETS/Images/hero-image-2.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgb(159, 201, 201);
  height: 55vh;
}

.meet-us-person {
  display: flex;
  padding: 7px;
  justify-content: around;
  align-items: center;
  height:50%;
  flex:auto !important;
}
.second-intro-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.second-intro-title div {
  max-width: 450px;
}
@media screen and (max-width:767px){
    #meetusperson{max-width:350px !important;
    padding-bottom:7px;
}
}
@media (max-width: 577px) {
  .meet-us-hero {
      display:flex;
  }
  .meet-us-person {
    display: flex;
    padding: 7px;
  }
  .second-intro-title {
    justify-content: center;
  }
  .second-intro-title div {
    max-width: none;
  }
}
@media (man-width: 577px) and (max-width:767px) {
  .meet-us-hero {
      max-height: 300px;
  }
}