.apresentacao .descricao {
    margin-bottom: 5rem;
}

.testemunhos, .mapa {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.testemunhos {
    padding-bottom: 7rem;
}

.mapa {
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.orcamento {
    position: relative;
}

.orcamento_image:before {
    content: '';
    background-image: var(--orcamento_background);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 50%;
    height: 100%;
    background-position-x: -15px;
}

