.about_page .page_content {
  padding-bottom: 50px;
}
.about_page .page_gallery {
  display: flex;
  flex-wrap: wrap;
}
.about_page .page_gallery .gallery_item.small {
  width: 33.33%;
}
@media (max-width: 768px) {
  .about_page .page_gallery .gallery_item.small {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .about_page .page_gallery .gallery_item.small {
    width: 100%;
  }
}
.about_page .page_gallery .gallery_item.large {
  width: 50%;
}
@media (max-width: 768px) {
  .about_page .page_gallery .gallery_item.large {
    width: 100%;
  }
}
.about_page .page_gallery .gallery_item img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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