.wq-contato{
    background-color: rgba(118, 113, 91, .8);
    padding: 80px 0 120px;
}
.wq-contato .wq-titulo-wrapper h1{
    font-size: 85px;
    color: #e5cbab;
    font-weight: 700;
    text-align: right;
}
.wq-contato .wq-titulo-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0 auto 50px;
}
.wq-contato .wq-titulo-wrapper p{
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.wq-contato .wq-titulo-wrapper em{
    font-size: 22px;
    color: #e5cbab;
    font-weight: 400;
    font-style: italic;
}
.wq-contato .wq-titulo-wrapper > div:first-child{
    padding-right: 40px;
    border-right: 3px solid #e5cbab;
}
.wq-contato .wq-titulo-wrapper > div:last-child{
    padding-left: 40px;
}


.wq-contato-content h2{
    font-size: 28px;
    color: #e5cbab;
    text-align: right;
    margin-bottom: 15px;
}
.wq-contato-content .wq-conteudo{
    padding-right: 35px;
}
.wq-contato-content p{
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    text-align: right;
}
.wq-contato-content .wq-horario{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    margin-top: 60px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
}
.wq-copy-footer {
    padding: 70px 70px 70px;
}