#gallery {
  background-color: #fff;
  padding: 60px 0;
}

.gallerySwiper {
  padding-top: 20px;
}

.gallerySwiper .swiper-slide {
  width: auto;
  max-width: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.gallerySwiper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
