@import url("/assets/css/pages/lists_kbase_article.css");

/* 子栏目两列布局 */
.article-groups-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
}

.article-groups-container .article-group {
    width: calc(50% - 10px);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .article-groups-container .article-group {
        width: 100%;
    }
}
