.articles-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:65px 24px;margin-top:28px;margin-bottom:79px}.articles-page .app-spinner{width:40px;height:40px;margin-top:32px;margin-inline:auto;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1024px){.articles-page__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 640px){.articles-page__grid{grid-template-columns:repeat(1,1fr);gap:32px}}
