.products-feature{padding:170px 0 80px;background:var(--brand-bg-alt)}.products-feature__inner{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(360px,1fr);grid-gap:42px;gap:42px;align-items:center}.products-feature h1{margin-bottom:18px}.products-feature img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-neutral-light)}.products-catalog{padding:80px 0}.products-category+.products-category{margin-top:64px}.products-category__desc{max-width:760px;color:var(--brand-text)}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.product-card a{display:block;height:100%;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card h3{margin:18px 18px 8px}.product-card span{display:block;margin:0 18px 18px;color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.products-feature__inner{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-feature{padding-top:150px}.products-grid{grid-template-columns:1fr}}