.swiper {
  padding-bottom: 50px !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  background: #91c2b9 !important;

}

.swiper-pagination-bullet-active {
  width: 24px !important;
  height: 24px !important;
  background: transparent !important;
  position: relative;
  border: 1px solid #5EA699;
}

.swiper-pagination-bullet-active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 11px;
  width: 11px;
  background: #E2136E;
  border-radius: 100%;
}