.service-banner{
    background-image: url('/images/Certificaciones/fondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    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=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.texto-banner{
    font-family: 'Playfair Display', serif;
    font-size: 25px;
}
