@media (max-width: 700px) {
    .artigos-default-list article .post-infos-area .post-date-area {
        text-align: center;
        margin-top: 15px;
    }

    .artigos-default-list article .post-infos-area .post-title h2 {
        padding: 0px !important;
        text-align: center;
    }

    .artigos-default-list article .post-infos-area .post-title h2 a {
        line-height: 22px;
    }

    .artigos-default-list article .post-infos-area .meta-infos .post-category-list-area {
        width: 100%;
    }

    .artigos-default-list article .post-infos-area .meta-infos .post-category-list-area .category-list {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
    }

    .artigos-default-list article .post-infos-area .meta-infos .post-category-list-area .category-list li {
        margin: 1px 1px;
    }

    .artigos-default-list article .post-infos-area .post-resume {
        text-align: center !important;
        margin-top: 10px !important;
    }
}