.catalog-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}
@media(max-width:1100px){.catalog-grid{grid-template-columns:1fr}}
