.service-banner{
    background-image: url('/images/arbitrare-equipo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

@media (max-width: 480px) {
    .service-banner{
        background-image: url('/images/arbitrare-equipo.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 500px;
    }
}

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