.special__content{grid-row-gap:20px;grid-column-gap:30px;grid-template:"header header"max-content"filters products"min-content".products"". ."/200px 1fr;grid-area:content;justify-content:start;display:grid}@media (max-width:1100px){.special__content{grid-template-columns:200px 1fr;grid-template-areas:"header header"".products"".products"}}@media (max-width:740px){.special__content{grid-row-gap:24px;grid-template:"header"max-content"products"/1fr}}.special__header{grid-area:header}.special__products{grid-area:products}