.swiper.swiper-client {
    height: auto;
    width: 100%;
}

.next-client:after,
.prev-client:after {
    font-size: 1.2rem;
    font-weight: 700;
    color: #4C0519;
}

.next-client,
.prev-client {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-client {
    right: -20px;
    padding-right: 12px;
}

.prev-client {
    left: -20px;
    padding-left: 12px;
}

.testimony-swiper {
    height: 100%;
    width: 100%;
}

.swiper-slide.testimony-swiper-slide {
    padding-right: 12px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-scrollbar.testimony-swiper-scrollbar {
    width: 4px;
}

.swiper-wrapper {
    display: flex;
}

.slide-client img {
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
