/* testimonials.css */

.testimonials {
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
}

.testimonials h2 {
    margin-bottom: 40px;
    font-size: 2.5em;
}

.testimonial-item {
    max-width: 600px;
    margin: 0 auto 30px;
}

.testimonial-item p {
    font-style: italic;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.testimonial-item h4 {
    font-size: 1.1em;
    font-weight: 700;
    color: #8d0404;
}
