@import url("_root.css");

.faq {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #efefef;
}

.faq__titulo h1 {
    text-align: center;
    font-family: var(--header_h1-font-family);
    font-size: var(--header_h1-font-size);
    font-weight: var(--header_h1-font-weight);
    letter-spacing: var(--header_h1-letter-spacing);
    line-height: var(--header_h1-line-height);
    word-spacing: var(--header_h1-word-spacing);
    color: #494949;
    padding-bottom: 110px;
}

.faq__titulo {
    text-align: center;
}

.faq__bloco__pergunta {
    margin-bottom: 40px;
    border-bottom: 1px solid #d3d3d3;
}












@media only screen and (max-width: 430px) {
    .faq__titulo h1 {
        text-align: center;
        font-family: var(--header_h1-font-family);
        font-size: 60px;
        font-weight: var(--header_h1-font-weight);
        letter-spacing: var(--header_h1-letter-spacing);
        line-height: 55px;
        word-spacing: var(--header_h1-word-spacing);
        color: #494949;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 431px) and (max-width: 768px) {
    .faq__titulo h1 {
        text-align: center;
        font-family: var(--header_h1-font-family);
        font-size: var(--header_h1-font-size);
        font-weight: var(--header_h1-font-weight);
        letter-spacing: var(--header_h1-letter-spacing);
        line-height: var(--header_h1-line-height);
        word-spacing: var(--header_h1-word-spacing);
        color: #494949;
        padding-bottom: 110px;
    }
}