.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}


.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 60%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}


/* Cambia il colore delle frecce */
.swiper-button-next,
.swiper-button-prev {
    color: #eee; /* Colore personalizzato */
}

/* Cambia il colore delle frecce al passaggio del mouse */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #fff; /* Colore diverso quando il mouse passa sopra */
}

