
.article-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
