/* CSS Document */

 #testimonios-insac { background: var(--insac-light); }
        .testimonial-card { background: #ffffff; border-radius: 22px; padding: 32px; border: 1px solid #e8eef5; box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08); max-width: 850px; margin: auto; }
        .testimonial-card .quote-icon { color: var(--insac-accent); font-size: 34px; margin-bottom: 12px; }
        .testimonial-card p { font-size: 18px; color: #475569; }
        .testimonial-author { font-weight: 900; color: var(--insac-primary); margin-top: 18px; }