#primary .container-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 119px;
    -moz-column-gap: 119px;
    column-gap: 119px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.divisao {
    margin: 35px 0;
}
#bloco_faq {
    margin-top: 80px;
}
/********** Serviços *********/
#bloco_servicos {
    background-color: transparent;
    padding-top: 0;
}
#bloco_servicos .box-cards {
    margin-bottom: 80px;
}
#bloco_servicos .box-cards .card {
    width: 48.14%;
    border: 1px solid var(--cinza-claro-neutro);
}
#bloco_servicos .titulo {
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: var(--preto);
    text-align: left;
    margin: 0 0 15px 0;
    text-decoration: none !important;
}
#bloco_servicos .texto {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: var(--preto);
    text-align: left;
    margin: 0 0 40px 0;
}
@media screen and (max-width: 1325px) {
    #bloco_servicos .box-cards {
        flex-direction: column;
    }
    #bloco_servicos .box-cards .card {
        width: 75%;
    }
}
@media only screen and (max-width:1024px){
    #primary .container-page {
        flex-direction: column;
    }
    #sidebar-page {
        margin: 0;
    }
    #bloco_servicos .box-cards {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width:580px){
    #bloco_servicos .box-cards .card {
        width: 100%;
    }
}