.product-categories-grid .item{display:block;text-align:center;padding-bottom:30px}.product-categories-grid .item a{display:block}.product-categories-grid .item .icon{height:60px;margin-bottom:18px}.product-categories-grid .item .icon img{height:100%;width:auto}.product-categories-grid .item .item-title{font-weight:700;color:#222027;font-size:18px;margin-bottom:12px}.product-categories-grid .item .desc{width:90%;margin:0 auto 12px}
/* Center the About Our Products icons: the theme reset (style.css) sets img{display:block}, which .item{text-align:center} cannot center. */
.item .icon img{display:inline-block;margin:0 auto}
