.section-beneficios {
    background-image: url(../img/beneficios/banner-mesa-de-trabajo-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    font-family: 'Poppin', 'Arial';
    font-size: 16pt;
}
.section-beneficios .title {
    font-weight: 800;
    font-size: 2.5em;
}

.section-beneficios .subtitle {
    font-size: 2em;
}

.section-beneficios .row .text-center {
    font-weight: 200;
    font-size: 1em;
}

@media (max-width: 767.98px) {
    .section-beneficios .title {
        font-weight: 600;
        font-size: 2em;
    }

    .section-beneficios .subtitle {
        font-size: 1.5em;
    }

    .section-beneficios img {
        width: 60%;
    }

    .section-beneficios .row .col-6 .text-center {
        font-size: 0.8em;
    }
}
