.featured-product-grid-custom .section-grid_productsss .grid {margin-left:0; margin-right:0; display:grid; grid-template-columns:1fr 1fr 1fr; column-gap:20px; row-gap:16px;}
.featured-product-grid-custom .grid__item.grid-product.large--one-third { width: 100%; padding: 0; height: 100%; }
body.template-page.story .featured-product-grid-custom .large-heading, body.template-page.how-it-made .featured-product-grid-custom .large-heading,
body.template-page.about .featured-product-grid-custom .large-heading {font-weight:400;}

@media(max-width:1199px){
  .featured-product-grid-custom .section-grid_productsss .grid {grid-template-columns:1fr 1fr;}
}
@media(max-width:749px){
  .featured-product-grid-custom .section-grid_productsss .grid {grid-template-columns:1fr;}
}