.swiper {
    width: 100%;
    max-height: 600px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}



.swiper-button-next,
.swiper-button-prev {
    color: #000;
}
