<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-product-grid-large-heading .pglh_head{padding:0;}
@media(min-width:992px){
  .section-product-grid-large-heading{display:grid;gap:19px;}
  .section-product-grid-large-heading .pglh_head{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));gap:24px;padding:0 12px;}
  .pglh_head h2{grid-column:6 span;font-size:31px;line-height:37.20px;}
}
@media(max-width:991px){
  .section-product-grid-large-heading .pglh_head{padding:0 10px;}
  .section-product-grid-large-heading{padding:0 4px;display:grid;gap:18px;}
  .pglh_head h2{font-size:20px;line-height:24px;}
}</pre></body></html>