.slider-block {
    margin-top: clamp(0.9375rem, 0.125rem + 4.0625vw, 5rem);
    /* 80 - 15 */
}

.slider-block h2 {
    margin-bottom: clamp(0.9375rem, 0.625rem + 1.5625vw, 2.5rem);
    /* 40 - 15 */
}

.slider-block .swiper-slide {
    max-width: 370px;
}

.slider-block .swiper-pagination-bullet {
    border-radius: 10px !important;
    background: var(--bg-light-2, #E4E4E4) !important;
    width: 10px !important;
    height: 4px !important;
    transition: all .5s;
    opacity: 1 !important;
}

.slider-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 10px !important;
    background: var(--primary, #E55C31) !important;
    width: 20px !important;
    height: 4px !important;
}

.slider-block .swiper-pagination-bullets {
    width: fit-content !important;
}