.products-feature{padding:80px 0}.products-feature-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.8fr);grid-gap:48px;gap:48px;align-items:center}.products-feature img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.category-section{margin-top:52px}.category-desc{max-width:760px;color:var(--brand-text)}.product-card{display:flex;flex-direction:column;gap:16px}.product-card a{color:var(--brand-text)}.product-card img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-card .btn{margin-top:auto}@media (max-width:991px){.products-feature-grid{grid-template-columns:1fr}}