.news-page,.news-page .news-list{display:flex;flex-direction:column}.news-page .news-list{gap:var(--space-between-sections)}.news-page .news-date-group{display:flex;flex-direction:column;gap:var(--space-title-to-content)}.news-page .page-header{display:flex;margin:6px 2px 10px 2px}.news-page .page-header i{margin:2px}.news-page .page-header .text{color:#333;font-size:16px;font-weight:600;height:24px;line-height:24px;margin:0 6px}.news-page .badge-container{gap:12px;width:100%}.badge-container{display:grid;grid-auto-rows:minmax(min-content,max-content);grid-template-columns:repeat(1,1fr);width:calc(100vw - 560px)}@media only screen and (max-width:1279px){.news-container__wrapper .badge-container{margin:0}.news-article-page .article h1.article__title{line-height:1.2}}@media only screen and (min-width:1232px){.badge-container{grid-template-columns:repeat(2,1fr)}}