.swiper-banners2 {
    /* width: 1799px !important; */
    width: 100%;
    height: auto;
    max-height: 475px;
    position: relative;
    overflow: hidden;
}

.swiper-banners2 .swiper-slide {
    /* width: 577px !important;
    max-height: 475px; */
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;

    width: 33%;
    height: auto;
    max-width: 577px;
    max-height: 475px;
}

.swiper-banners2 .swiper-slide:last-child {
    margin-left: none !important;
}


@media (max-width: 768px) {
    .swiper-banners2 {
        width: 100% !important;
        height: 319px;
        overflow: hidden;
    }

    .swiper-banners2 .swiper-slide {
        width: 310px !important;
        height: 319px;
        flex-shrink: 0;
        border-radius: 20px;
        overflow: hidden;
    }
}
