.img_slide {
  margin: 0 !important;
}

.swiper-pagination_s_img {
  display: flex !important;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  height: 2px;
  width: calc(100% / 4);
  transition: width 0.3s ease-out;
  background-color: transparent;
  border-radius: unset;
}
