.centerSlider {
    padding: 0 50px;
}

.centerSlider .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.centerSlider .swiper-slide img {
    opacity: 0.8;
    height: 60%;
    transition: all 0.3s ease-in-out;
}

.centerSlider .swiper-slide-active img {
    opacity: 1;
    height: 80vh;
}

/* LG */
@media (max-width: 1024px) {
    .centerSlider .swiper-slide img {
        height: 50vh;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: #8E9D93;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

.clip {
    border-radius: 8px;
}
