.swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-pagination-bullet {
    border: 1.5px solid #848484;
    background: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 30px;
}
.swiper-pagination-bullet-active {
    width: 20px;
}
.swiper-pagination-bullet {
    opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 70px;
    left: 115px;
}