.page-content {
  background: #f8f8f8;
  padding: 30px 0;
}
.page-content .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.page-content .content-wrapper .about-text {
  width: calc(70% - 10px);
  position: sticky;
  top: 85px;
}
.page-content .content-wrapper .about-images {
  width: calc(30% - 10px);
  position: sticky;
  top: 85px;
}
.page-content .content-wrapper .about-images .swiper-slide {
  position: relative;
}
.page-content .content-wrapper .about-images .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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