.swiper-pagination-bullets-dynamic {
    width: 100% !important;
    transform: unset !important;
}

.swiper-pagination-progressbar span{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}  