/* ========== Секция: Личный результат ========== */
.testimonial-section {
    padding: 60px 20px;
    background-color: #fff9f9;
    text-align: center;
}

.testimonial-content {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-text {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 40px;
    font-style: italic;
}

.before-after-single img {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    display: block;
    margin: 0 auto;
}

/* Мобильные */
@media (max-width: 768px) {
    .testimonial-text {
        font-size: 1.15rem;
        line-height: 1.5;
        padding: 0 10px;
    }

    .before-after-single img {
        max-width: 95%;
        border-radius: 10px;
    }
}