
@media screen and (min-width:991px) and (max-width: 1367px){

    #diferenciais .porque-escolher::before {
        left: 0;
    }
    
    #diferenciais .porque-escolher::after {
        right: 0;
    }
    
}

@media screen and (max-width:991px){


    #diferenciais .porque-escolher::before {
        left: 0;
    }
    
    #diferenciais .porque-escolher::after {
         right: 0;
    }

    #sobre-nos .saude, #sobre-nos .lazer, #sobre-nos .hotelaria {
        width: 100%;
    }

    #sobre-nos .row, #diferenciais .row, #contato .row {
        flex-direction: column;
        justify-content: center;
    }

    #diferenciais .col-01 {
        width: 100%;
    }

    #contato .telefone, #contato .formulario {
        width: 100%;
    }

}


