.swiper-pagination-bullet {
    border: 2px solid #000;
    opacity: 1;
	transition: all 0.4s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #92bfb1 !important;
}
.swiper-wrapper {
    margin-bottom: 35px;
}