.service-banner {
    background-image: url("/images/QuienesSomos/2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: -120px;
    height: 550px;
}

@media (max-width: 480px) {
    .service-banner {
        background-image: url("/images/QuienesSomos/2.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-position-x: -100px;
        height: 500px;
    }
}

.nunito {
    font-family: "Nunito", serif;
    font-weight: bold;
}
