.statements-slider {
    margin-top: clamp(20px, 5vw, 52px);
}

.statements-slider .swiper {
    padding-bottom: clamp(20px, 3vw, 60px);
}

.statement-slide-img {
    display: flex;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.statement-slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: var(--White);
    padding: 46px 38px;
}

.statement-slide-title {
    max-width: 100%;
}

.statement-slide-text {
    max-width: 586px;
}

.statement-slide-text p {
    line-height: 20px;
    margin: 20px 0 35px;
}

@media (max-width: 768px) {

    .statement-slide-content {
        padding: 10px;
    }

}

