.service-banner{
    background-image: url('/images/Dispute-Boards/Plantel.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: -250px;
    height: 500px;
}

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

.btn-descubre{
    background-color: rgb(42, 178, 76);
}

.btn-descubre:hover{
    background-color: rgb(38, 201, 73);
}

.textos{
    color: rgba(4, 56, 63, 1);
}

/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); */

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