.bannerdefault h1{
    line-height: 5rem;
    margin-bottom: 30px;
}

.bannerdefault h1 span {
    background: var(--blue);
    color: var(--white);
    display: inline;
    padding: 0 5px;
    margin-bottom: 10px;
    line-height: 1.7;
    margin-top: auto;
    font-size: 5rem;
}

@media (max-width: 767px) {
    .bannerdefault h1 span {
        font-size: 3rem;
        line-height: 6rem !important;
    }

    #bannertrabaje-con-nosotros .bannerdefault h3 {
        margin-top: -20px;
    }

    .bannerdefault h1 {
        margin-top: 0px;
    }
}