.app-section .wpb_wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qa-section.section-mais-artigos h2{
    width: auto;
    font-size: 30px;
    margin-bottom: 50px;
}

.qa-section.section-mais-artigos h2 span{
    color: var(--green);
}

@media screen and (min-width: 768px) {
    .app-section .wpb_wrapper h2{
        text-align: left;
        margin-bottom: 30px;
        width: 100%;
        max-width: 1280px;
    }    

    .qa-section.section-mais-artigos h2{
        font-size: 50px;
        text-align: center;
    }
}

.app-section-heading{
    width: 100%;
    max-width: 1280px;
}

.app-section-heading .vc_column-inner{
    padding: 0;
}

.app-section-heading .wpb_wrapper{
    align-items: start;
}

.app-section-heading-content{
    padding: 0 15px;
}

.wpex-card{
    align-items: center;
}

.wpex-post-cards.wpex-post-cards-card-palpite-post.wpex-relative{
    width: 100%;
    max-width: 1280px;
}

.app-section-heading h2{
    font-size: 45px;
    margin: 50px 0;
}

.app-section-card-casas{
    max-width: 1280px;
}

.theme-button{
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 15px;
    text-transform: uppercase;
    background-color: var(--green);
    color: var(--bg-color-dark);
}

.theme-button span{
    color: var(--bg-color-dark);
}

.theme-button:hover{
    background-color: var(--green-dark);
}

.app-section-noticias-single{
    width: 100%;
    max-width: 1280px;
    display: flex;
}

.post-content .wpb_wrapper{
    align-items: start;
}

.post-content .wpb_wrapper figure{
    margin-bottom: 25px;
}

.post-content .wpb_wrapper figure img{
    width: 100%;
    max-width: 800px;
    border: 1px solid var(--green);
    border-radius: 15px;
    margin: 25px 0;
}

.mais-artigos-btn-container .wpb_wrapper{
    align-items: center;
}

.mais-artigos-btn-container .wpb_wrapper .theme-button-wrap a{
    width: 300px;
}