.article {
    margin-bottom: 2rem;
}

.main .article:last-child {
    margin-bottom: 0;
}

.article--postListFilterSection .article__title {
    margin-bottom: .7em;
    font-size: 1.3rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .article {
        margin-bottom: 4rem;
    }
}
