/* ============================= */
/* RESPONSIVE */
/*Se refiere a que el sitio se adapta automáticamente al tamaño y tipo de pantalla donde se está viendo*/
/* ============================= */

@media (max-width:768px){
    .testimonials-header{
        flex-direction:column;
    }

    .testimonials-header img{
        max-width:100%;
        height:220px;
    }
}

