.swiper {
    overflow: visible;
}

.swiper-pagination {
    bottom: -5.5% !important;
    left: 3% !important;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 3px solid #292323;
    opacity: 1;
    margin: 0 0.75% !important;
}

.swiper-pagination-bullet-active {
    border: none;
    background-color: #0F8182;
}

@media (max-width:768px) {
    .swiper-pagination {
        bottom: -7.5% !important;
        left: 3% !important;
    }

    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        border: 2px solid #292323;
    }
}