/*!
 * Componente Nombre:  .nh_info
 * Base: Bootstrap v4.6.2
 * Autor: DEX360
 * Copyright: DEX360

    1.  nh_info

    10. responsive
*/


/* 1. nh_info */
.nh_info .nh_info-items-content:first-child {
    background-color: var(--primary); 
    border-radius: 0px 69px 69px 0px;
    padding-left: 9% !important;
}

.nh_info .nh_info-items-content:first-child .title,
.nh_info .nh_info-items-content:first-child .nh_info_text {
    color: var(--white); 
}

.nh_info .nh_info-items-content .nh_info_text {
    line-height: 23px;
}

.nh_info .title {
    font-size: 40px;
    font-weight: normal;
}

.nh_info .nh_info-items-text {
    width: 80%;
}


/* 1. Responsive */
@media(max-width:768px) {
    .nh_info .nh_info-items-content:first-child {
        padding-left: 3rem !important;
    }
    .nh_info .nh_info-items-text {
        margin:0 auto;
        width: 90%;
    }    
}