﻿.testimonial-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.testimonial-row-background {
    border: 3px solid white;
    background-color: #f6f4ec;
    border-radius: 33px;
    padding: 10px;
}

.testimonial-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial {
    background: #fffbe6; /* Light yellow background color */
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .testimonial .author {
        font-weight: bold;
        margin-top: 10px;
    }

    .testimonial .author-role {
        font-style: italic;
        color: #666;
    }

    .testimonial .quote {
        font-size: 1.1em;
        line-height: 1.6;
        margin-top: 20px;
    }
