.witc-fold2-img {
    width: 520px !important;
}

.fold3-img {
    width: 520px !important;
}

.es-testimonial-main {
    background: #eee;
    border-radius: 50px 0px 50px 0px;
    display: flex;
    gap: 40px;
    padding: 40px;
    margin: 60px 0px;
}

.es-testimonial-main img {
    max-width: 240px;
    border-radius: 50px 0px 50px 0px;
}

@media (max-width: 1024px) {
    .fold3-img {
        width: 100% !important;
        max-width: 520px;
    }
.es-testimonial-main {
    flex-direction: column;
}
    .witc-fold2-img {
        width: 100% !important;
        max-width: 520px;
    }
}

.es-testimonial-content {
    padding: 20px 0px;
}