.navbar {
    background-color: rgb(70, 70, 70) !important;
}

#text-destaque{
    color: green;
}

#background-overlay-servico {
    padding: 0;
    background-image: url('../img/line.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: absolute;
    z-index: 0;
}