.service-banner{
    background-image: url('/images/Ingenieros.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: -320px;
    height: 550px;
}

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

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

.table-wrap {
    width: 100%;
    overflow-x: auto;
}
