.button-select{display:flex;align-items:center;gap:16px}.blog-page__content{display:flex;flex-direction:column;align-items:center;gap:32px;padding-top:64px;padding-bottom:64px}.blog-page__header{max-width:512px}.blog-page__grid{display:grid;grid-template-columns:1fr 1fr;align-items:flex-start;gap:32px}@media (max-width: 1200px){.blog-page__grid{display:flex;flex-direction:column}}.blog-page__card_highlighted{width:100%}.blog-page__highlighted-articles{display:flex;align-items:flex-start;gap:32px}@media (max-width: 992px){.blog-page__highlighted-articles{flex-direction:column}}.blog-page__highlighted-articles .blog-page__article-card{flex:1 0 0}.blog-page__other-articles{display:grid;grid-template-columns:1fr 1fr;align-items:flex-start;gap:32px}@media (max-width: 1200px){.blog-page__other-articles{display:flex;flex-direction:column}}.blog-page__type-select{flex-wrap:wrap;justify-content:center}
