#gallery-section-ex5 .heading-section {
  border-top: unset !important;
}

#gallery-section-ex5 .gallery-wrapper {
  padding: 40px 0 60px 0;
}

#gallery-section-ex5 p {
  font-size: 18px;
}

@media screen and (max-width: 576px) {
  #gallery-section-ex5 p {
    font-size: 16px;
  }
}

#gallery-section-ex5 .image-gallery {
  border-radius: 18px;
}

@media screen and (max-width: 576px) {
  #gallery-section-ex5 .image-gallery {
    border-radius: 12px;
  }
}

#gallery-section-ex5 .gallerySwiper {
  margin: 60px 0 60px 0;
}

#gallery-section-ex5 .gallerySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gallery-section-ex5 .gallerySwiper .swiper-slide img {
  display: block;
  width: 355px;
  height: 251.25px;
  object-fit: cover;
}

#gallery-section-ex5 .gallerySwiper .swiper-pagination {
  position: relative;
  top: 0;
  
  left: 0;
  margin-top: 15px;
}

[dir="rtl"] #gallery-section-ex5 .gallerySwiper .swiper-pagination {
  left: auto;
  
  right: 0;
}

#gallery-section-ex5 .gallerySwiper .swiper-pagination-bullet {
  background-color: #e8e7e7;
  width: 12px;
  height: 12px;
  opacity: 1;
}

#gallery-section-ex5 .gallerySwiper .swiper-pagination-bullet-active {
  background-color: #666;
}

