#section-product-cards .products{display:flex;gap:24px;flex-direction:column}#section-product-cards .products .product{background-color:#fff;border-radius:8px;box-shadow:0 4px 40px 4px rgba(162,174,195,.1019607843);display:flex;flex-direction:column}#section-product-cards .products .product figure{height:180px;background-color:#f1f5f7}#section-product-cards .products .product figure img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}#section-product-cards .products .product .text-content{padding:16px 24px}#section-product-cards .products .product .text-content h3{margin-bottom:16px}#section-product-cards .products .product .text-content h3 a{text-decoration:none;font-weight:600}@media (min-width:992px){#section-product-cards .products{flex-wrap:wrap;flex-direction:row}#section-product-cards .products .product{flex:1}#section-product-cards .products .product .text-content .btn.primary{width:100%}}