/* ============================= */
/* SECCIONES ESPECIALES */
/*Testimonios contactos noticias*/
/* ============================= */

.testimonials{
    background:var(--gray);
}

.testimonials-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.contact form{
    max-width:600px;
    margin:auto;
    display:grid;
    gap:15px;
}
