.product-list-with-icons .product-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.product-list-with-icons .product-item{display:flex;margin-right:7px}.product-list-with-icons .product-icon{height:auto;width:51px}.product-list-with-icons .product-text{display:inline-block;margin-left:14px;margin-top:12px}@media screen and (max-width:991px){.product-list-with-icons .product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.product-list-with-icons .product-grid{grid-template-columns:1fr}}