.product-grid__content{margin-bottom:45px;max-width:100%}.product-grid__product-image{background-color:#fff;height:200px;-o-object-fit:contain;object-fit:contain;padding:15px;width:100%}@media (min-width:576px){.product-grid__products{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}}@media (min-width:768px){.product-grid__products{grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.product-grid__products{grid-template-columns:repeat(4,1fr)}}