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

.swiper-custom-pagination>.swiper-pagination-bullet {
  height: 13px !important;
  width: 13px !important;
}

.swiper-custom-pagination>.swiper-pagination-bullet-active {
  height: 13px !important;
  width: 13px !important;
  background: #0F1928;
}

.swiper-custom-white-pagination>.swiper-pagination-bullet {
  height: 13px !important;
  width: 13px !important;
  background: #294491;
  opacity: 100;
}

.swiper-custom-white-pagination>.swiper-pagination-bullet-active {
  height: 13px !important;
  width: 13px !important;
  background: white;
}