.swiper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev, .swiper-button-next {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    --swiper-navigation-size: 20px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.9);
}