.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 700px;
}

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

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: unset;
}

.swiper-button-next:after, .swiper-button-prev:after {
    --swiper-navigation-size: 22px;
    
    color: #FFFFFF;
    font-weight: 900;
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 73%;
        height: 400px;
    }
}