.product-icon-with-text-grid{display:flex;gap:40px;margin-bottom: 16px;}
.product-icon-with-text-grid .product-icon-with-text-image {width:auto;height:34px;margin:auto;position:relative;margin-bottom:13px;}
.product-icon-with-text-grid .product-icon-with-text-image img{position:absolute;width:100%;height:100%;object-fit:contain;}
.product-icon-with-text-grid .product-icon-with-text-text{font-size: 13px;font-style: normal;font-weight: 400;line-height: 100%;text-transform: uppercase;}
@media(max-width:749px){
    .product-icon-with-text-grid{gap:30px;margin-bottom: 10px;}
    .product-icon-with-text-grid .product-icon-with-text-text{font-size:12px;}
}