

.swiper-button-prev,
.swiper-button-next {
background-color: orange !important; 
width: 50px;
height: 50px;
border-radius: 10px; 
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: white !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
font-size: 18px;
font-weight: bold;
}


.swiper-button-prev {
left: 10px;
}

.swiper-button-next {
right: 10px;
}


@media (max-width: 576px) {
.swiper-button-prev,
.swiper-button-next {
width: 40px;
height: 40px;
font-size: 16px;
}
}
.swiper-slide {
display: flex;
justify-content: center;
}

