/*!
 * Componente Nombre:  .nh_innovation
 * Base: Bootstrap v4.6.2
 * Autor: DEX360
 * Copyright: DEX360

    1.  innovation

    10. responsive
*/


/* 1. innovation*/
.nh_innovation {
    background-color: var(--white); 
}

.nh_innovation .principle img {
    margin: 0 auto 10px;
    width: 45%;
}

.nh_innovation .title {
    font-size: 16px;
    font-weight: normal;
}


/* 1. Responsive */
@media(max-width:768px) {
    .nh_innovation .principle img {
        width: 35%;
    }    
}