.product-news-section{gap:18px;display:grid}.product-news-header{max-width:720px}.product-news-text{color:#555;margin:8px 0 0;line-height:1.6}.product-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}@media (max-width:900px){.product-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.product-news-grid{grid-template-columns:1fr}}
