.tag-line__lbl {
    color: #707070;
    font-size: 18px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 20px;
    position: relative;
}

.tag-line__lbl.contato {
    color: #707070;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    text-transform: uppercase;
}

.tag-line__lbl.contato:before,
.tag-line__lbl.contato:after {
    background-image: url(../img/ic-triangulo-azul.svg);
}

.section-content--questionario .header-secao__titulo--form {
    color: #163476;
}

.header-secao__bodyField--form {
    color: #707070;
    font-size: 19px;
}

.list-inputs textarea {
    height: 120px;
}