.products { background: #fff; }.products::after { display: none; }.products .section-heading { padding-bottom: 0; border-bottom: 0; }.products .product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }.products .product-card, .products .product-card:nth-child(n) { grid-column: auto; min-height: 300px; border: 0; box-shadow: none; transform: none; }.products .product-card:nth-child(1) { min-height: 300px; }.products .product-card:hover { transform: none; box-shadow: none; }.products .product-card:nth-child(5) h3 { font-size: 20px; }.products .product-card:nth-child(5) > span { max-width: 160px; }
@media (max-width: 800px) { .products .product-grid { grid-template-columns: repeat(2, 1fr); }.products .product-card:nth-child(1), .products .product-card:nth-child(5) { grid-column: auto; } }
@media (max-width: 520px) { .products .product-grid { grid-template-columns: 1fr; }.products .product-card:nth-child(n) { min-height: 230px; grid-column: auto; } }
