.breadcrumb-gallery {
  background-image: url('../images/gallery_bg.webp');
}

.section-gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery {
  columns: 4;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 3px;
}
