.products-grid-section{padding:88px 0}.product-category{margin-bottom:64px}.product-category header{margin-bottom:22px}.product-category h2{font-size:30px}.product-category p{color:var(--brand-text)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.product-card button{width:100%;height:100%;text-align:left;background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius);padding:0;overflow:hidden;box-shadow:0 10px 30px rgba(23,51,68,.07)}.product-card img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card span{display:block;font-size:19px;font-weight:700;padding:18px 18px 6px;color:var(--brand-text)}.product-card em{display:block;font-style:normal;color:var(--brand-primary);padding:0 18px 20px;font-weight:700}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}