/* ============================
   CITAÇÃO / DESTAQUE
   ============================ */

.destaque-quote {
    max-width: 800px;
    margin: 40px auto 0 auto;
    padding: 22px 30px;
    background: #eafaf0;
    border-left: 5px solid #00A651;
    border-radius: 8px;
    font-size: 18px;
    font-style: italic;
    color: #1E1E1E;
    text-align: center;
}

/* ============================
   RESPONSÁVEL TÉCNICO
   ============================ */

.responsavel-tecnico {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.responsavel-tecnico p {
    text-align: center;
    max-width: none;
    margin: 0 0 8px 0;
}

.responsavel-tecnico p:last-child {
    margin-bottom: 0;
    color: #555;
}
