.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}.product-card{display:flex;flex-direction:column;align-items:center}.product-image{width:300px;height:220px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-name{margin-top:20px;margin-bottom:15px;font-size:18px;font-weight:600;color:#2d2d2d;text-align:center}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-grid{grid-template-columns:1fr}}