.template-faq {
    margin-top: -16px;
}

.template-faq .titulo {
    background-color: var(--wp--preset--color--ch-light-grayish-orange);
    padding: 64px 24px;
}
.template-faq .titulo h1 {
    color: var(--wp--preset--color--ch-dark-blue);
    font-family: var(--wp--preset--font-family--galano);
    font-size: 32px;
    font-weight: 900;
}

.template-faq .botoes {
    margin: 16px 0;
}
.template-faq .botoes .wp-block-buttons {}
.template-faq .botoes .wp-block-buttons .wp-block-button {}
.template-faq .botoes .wp-block-buttons .wp-block-button a {}
.template-faq .botoes .wp-block-buttons .wp-block-button a span {
    font-size: 16px;
}

.outras-categorias {}
.outras-categorias .wp-block-query {
    padding: 24px 0;
}
.outras-categorias .wp-block-query .wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.outras-categorias .wp-block-query .wp-block-post-template li {}
.outras-categorias .wp-block-query .wp-block-post-template li h3 {
    margin: 8px 0;
}
.outras-categorias .wp-block-query .wp-block-post-template li h3 a {
    position: relative;
}
.outras-categorias .wp-block-query .wp-block-post-template li h3 a::after {
    content: '';
    background: var(--wp--preset--color--ch-dark-blue);
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 480px) {
    .outras-categorias .wp-block-query .wp-block-post-template {
        grid-template-columns: 1fr;
    }
}