.swp__current__pag{
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 1rem 0;
}

.swp__current__pag .swiper-pagination-bullet{
    width: 1rem;
    height: 1rem;
    border-radius: 0;
}

.swp__current__pag .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #111; /* Changed from #EF3829 to #111 */
}

@media screen and (min-width: 1024px) {
    .swp__current__pag{
        text-align: right;
        position: absolute;
        z-index: 10;
        bottom: 12rem !important;
        right: 0;
        width: auto !important;
        left: auto !important;
    }
}