.servico {
    margin-top: 10px;
    padding: 5%;
}

.tituloCa h1 {
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: 35.5px; /* 98.611% */
    margin-bottom: 17px;
    text-align: center;
    width: 100%;
}
.banner {
    background-image: url("../img/black.png");
    background-repeat: no-repeat;
    opacity: 0.9;
    background-size: cover;
    height: 400px;
    flex-shrink: 0;
    margin-top: -9.5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h1 {
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    line-height: 35.5px; /* 55.469% */
    letter-spacing: -0.15px;
}

.bannerServico {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px;
}

.cards {
    display: flex;
    flex-direction: row;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
}

.card-2 {
    width: 45%;
    text-align: center;
    padding: 10px;
}

.card-2 h1 {
    color: #011b33;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 700;
    line-height: 35.5px; /* 98.611% */
    letter-spacing: -0.15px;
}

.card-2 p {
    color: #000;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.15px;
}

#borders {
    border: 2px solid #bcae87;
}

.bannerCor {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #bcae87;
}
.bannerServico button {
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #c19501;
    color: #fff;
    font-family: Roboto;
    line-height: 48.5px; /* 269.444% */
    text-decoration: none;
    border: none;
}

.button {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    padding-bottom: 100px;
}

.button a {
    text-decoration: none;
}

.button button {
    background: none;
    border: none;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 100px;
    background: #bcae87;

    color: #fff;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 700;
    line-height: 29.5px; /* 147.5% */
    letter-spacing: -0.15px;
}

.descc {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    width: 98%;
    align-items: center;
}

.descc p {
    text-align: left;
    margin-top: 12px;
    width: 100%;
}

.descc h1 {
    text-align: center;
}

.top-banner {
    object-fit: cover;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url("img/banners.jpg") !important;
}

@media (max-width: 1030px) {
    .card-2 {
        width: 100vw;
    }

    .banner {
        height: 20vh;
    }

    .descc p {
        margin-top: 4px;
    }

    .bannerServico {
        padding: 0px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .bannerServico h2 {
        margin-top: 12px;
    }
}
