.product-feed__container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px}.product-feed__image{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;height:265px;margin-bottom:8px}.product-feed__name{margin:0 0 16px}.product-feed__summary{font-size:14px;margin-bottom:24px}.product-feed__link{display:inline-block;font-size:14px;margin-top:0}@media (max-width:767px){.product-feed__container{grid-template-columns:1fr}.product-feed__name{font-size:24px}}