.com-content-category-blog.blog {
    display: none;
}

.com-content-category-blog.blog {
    display: none;
}

.area-int-flex {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 30px;
    
    .card-area-int {
        justify-content: center;
        .imagem-area-int img {
            width: 100%;
        }

        .txt-area-int {
            flex-direction: column;
            flex-wrap: wrap;
  

            .texto-area-int {
                h3 {
                    font-size: 1.5rem;
                    color: #2b2856;
                    font-weight: 700;
                    align-content: center;
                    align-items: center;
                    justify-content: center;
                }
            }

            a {
                color: #2b2856;
                padding: 5px 10px;
                border-radius: 10px;
                text-align: center;
                margin: auto;
                position: absolute;
                bottom: 5px;
                right: 7px;
            }
        }


    }
}





.voltandis {
    display: none;
}