.articles-list{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=768px){.articles-list{grid-template:1fr/repeat(3,1fr)}}
