.swiper {
    width: 100%;
    max-height: 900px;
}
.slider-mb {
    display: none !important;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 15px !important; 
    height: 15px !important; 
    background-color: #E2E2E2 !important;
}

.swiper-pagination-bullet-active {
    background-color: #F5CB2E !important;
} 

.swiper-button-prev img {
    transform: rotate(180deg);
}

.swiper-button-prev::after,  .swiper-button-next::after  {
    content: none !important;
}

@media screen and (max-width: 1650px) {
    .container {
        margin-top: -15px;
    }

    .slider-ds {
        display: none;
    }
}


@media screen and (max-width: 600px) {
    .slider-ds {
        display: none !important;
    }

    .swiper {
        max-height: initial;
    }

    .slider-mb {
        display: block !important;
    }

    .swiper-slide img {
        object-fit: fill;
    }
}