@media screen and (max-width: 1024px) {
  .page-about-us .about-hero .about-hero-left > .kt-inside-inner-col {
    flex-direction: column;
  }
}
.page-about-us .img-full-width figure,
.page-about-us .img-full-width img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about-us .mobile-img-row {
  z-index: 0;
}
.page-about-us .mission-img figure {
  position: relative;
}
.page-about-us .mission-img figure::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../png/about-img-bg.png);
  background-size: contain;
  top: 114px;
  left: -98px;
  z-index: -1;
}/*# sourceMappingURL=about.css.map */