.article-item .content {
    gap: var(--gapX4);
}

.article-item .content .image-wrapper {
    padding-bottom: calc(2/3 * 100%);
}

.article-item .content .title {
    margin-bottom: calc(var(--textMbottomT) + var(--gapX2));
    margin-top: var(--textMtopT);
    line-height: var(--textMheightT);
}

.article-item .content .description .date {

}