.slide_gallery .swiper-slide {
  height: auto;
}
.slide_gallery .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gallery_nav {
  display: inline-flex;
  align-items: center;
  padding: 6px;
  background-color: #eaeaea;
  border-radius: 40px;
  margin-top: 20px;
}
.gallery_nav .gallery_btn {
  width: 30px;
  height: 30px;
}
.gallery_nav .gallery_btn:first-child {
  margin-right: 8px;
}
.gallery_nav .gallery_pagination {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.gallery_nav .gallery_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 4px;
  background-color: #fafafa;
}
.gallery_nav .gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d50e22;
}
