.ProductFeatures{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:15px 0 0}.ProductFeatures__Item{border:1px solid #ccc;border-radius:16px;display:flex;align-items:center}.ProductFeatures__ItemTitle{font-size:12px;line-height:1.33;color:#343147;font-weight:500}.ProductFeatures__ItemIconWrapper .FeatureIcon{display:block}@media screen and (max-width:1007px){.ProductFeatures{grid-gap:5px}.ProductFeatures__Item{padding:12px;column-gap:6px}.ProductFeatures__ItemIconWrapper .FeatureIcon{width:48px;height:48px}}@media screen and (min-width:1008px){.ProductFeatures{grid-gap:12px}.ProductFeatures__Item{padding:16px;column-gap:10px}.ProductFeatures__ItemIconWrapper .FeatureIcon{width:56px;height:56px}}