.about-home{background:#f3f6f8}.about-home-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-home-image{height:520px;position:relative}.about-home-image img{width:100%;height:100%;object-fit:cover;border-radius:18px}.about-home-image span{position:absolute;right:25px;bottom:25px;background:var(--burgundy);color:#fff;padding:9px 18px}.about-home-copy h2{font-size:40px}.about-home-copy p{color:#657684}.home-product-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-product-feature{grid-row:span 2;background:var(--navy);color:#fff;border-radius:15px;overflow:hidden}.home-product-feature img{width:100%;height:430px;object-fit:cover}.home-product-feature div,.home-product-item div{padding:20px}.home-product-feature span,.home-product-item span{color:var(--flow);font-size:10px}.home-product-feature h3{font-size:28px;margin:5px 0}.home-product-feature p{color:#aebfcb;font-size:12px}.home-product-feature b,.home-product-item b{color:var(--burgundy);font-size:11px}.home-product-item{display:grid;grid-template-columns:130px 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;min-height:190px;transition:.3s}.home-product-item:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.home-product-item img{width:130px;height:100%;object-fit:cover;background:#edf1f3}.home-product-item h3{font-size:17px;margin:7px 0}.all-products-cta{margin-top:30px;padding:25px 30px;background:#f2f6f8;display:flex;justify-content:space-between;align-items:center}.all-products-cta p{color:#617382}@media(max-width:900px){.about-home-grid{grid-template-columns:1fr}.home-product-categories{grid-template-columns:1fr 1fr}.home-product-feature{grid-column:span 2}}@media(max-width:600px){.home-product-categories{grid-template-columns:1fr}.home-product-feature{grid-column:span 1}.home-product-item{grid-template-columns:105px 1fr}.home-product-item img{width:105px}.all-products-cta{display:block}.all-products-cta .btn{width:100%}}
