.wp-block-acf-descripcion-empresa-tres-columnas h1 {
    font-weight: 500 !important;
}

.wp-block-acf-descripcion-empresa-tres-columnas p {
    margin-bottom: 0px !important;
}

.wp-block-acf-descripcion-empresa-tres-columnas h5 {
    margin-bottom: 0px !important;
}

@media (max-width: 576px) {

    .wp-block-acf-descripcion-empresa-tres-columnas .logo-descripcion {
        width: 70%;
    }

    /* .wp-block-acf-descripcion-empresa-tres-columnas h1 {
        font-size: 16px;
        line-height: 100%;
    } */

}

@media (min-width: 577px) and (max-width: 767px) {

    .wp-block-acf-descripcion-empresa-tres-columnas .logo-descripcion {
        width: 70%;
    }

    /* .wp-block-acf-descripcion-empresa-tres-columnas h1 {
        font-size: 18px;
        line-height: 100%;
    } */

}

@media (min-width: 768px) and (max-width: 991px) {

    /* .wp-block-acf-descripcion-empresa-tres-columnas h1 {
        font-size: 18px;
        line-height: 100%;
    } */

}

@media (min-width: 992px) and (max-width: 1200px) {

    /* .wp-block-acf-descripcion-empresa-tres-columnas h1 {
        font-size: 20px;
        line-height: 100%;
    } */

}

@media (min-width: 1200px) and (max-width: 1400px) {

    /* .wp-block-acf-descripcion-empresa-tres-columnas h1 {
        font-size: 20px;
        line-height: 100%;
    } */

}

@media (min-width: 1401px) and (max-width: 1600px) {

    /* .wp-block-acf-descripcion-empresa-tres-columnas h1 {
        font-size: 22px;
        line-height: 100%;
    } */

}