.news-section{gap:28px;display:grid}.news-section-header{max-width:720px}.news-section-text{color:#555;margin:8px 0 0;line-height:1.6}.news-section-group{gap:14px;display:grid}.news-section-group-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.news-section-group-header h3{margin:0;font-size:24px;line-height:1.2}.news-section-group-header a{color:#208000;font-weight:var(--var-font-semibold);white-space:nowrap;text-decoration:none}.news-section-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}@media (max-width:900px){.news-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.news-section-group-header{flex-direction:column;align-items:flex-start;gap:8px}.news-section-grid{grid-template-columns:1fr}}
