.management-team-sub-div {
  width: 100%;
  float: left;
}
.management-team-img {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.aboutus-imgs-div {
  width: 100%;
  float: left;
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.aboutus-imgs-sub-div {
  width: 33.33%;
}
.aboutus-imgs-div .img-responsive {
  width: 100%;
  padding: 8px;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .management-team-sub-div .img-responsive {
    width: 100%;
    max-width: 500px;
  }
  .aboutus-imgs-div {
    flex-direction: column;
    align-items: center;
  }
  .aboutus-imgs-sub-div {
    width: 100%;
    max-width: 450px;
  }
}
/*# sourceMappingURL=custom.map */