.about .banner {
  position: relative;
  height: 100vh;
}
.about .banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about .banner__title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.about .banner__title {
  text-align: center;
}
.about .about-content__image-container {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 98%;
  height: 75%;
  margin-left: -12px;
}
.about .about-content__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.about .about-content__description-wrapper {
  padding: 90px 75px 0px 25px;
}
@media (max-width: 1199px) {
  .about .about-content__image-container {
    height: 65%;
  }
}
@media (max-width: 991px) {
  .about .about-content__image-container {
    position: relative;
    margin-left: 0;
    height: 100%;
  }
  .about .about-content__description-wrapper {
    padding: 35px 0px 0px;
  }
}

/*# sourceMappingURL=about.css.map */
