/* ===========================
   Testimonials
   =========================== */
.container p {
    font-family: Arial, sans-serif;
}

.quote {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #2a5d94; /* soft blue for quote text */
    margin-bottom: 0.5rem;
}

.signature {
    text-align: right;
    font-style: italic;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    color: #000;
}
