.product-features-strip{background-color:var(--bg-color);color:var(--text-color)}.product-features-strip__container{max-width:1200px;margin:0 auto;padding:0 20px}.product-features-strip__grid{display:flex;justify-content:space-around;align-items:center;gap:30px;flex-wrap:wrap}.product-features-strip__item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:180px}.product-features-strip__icon{width:48px;height:48px;margin-bottom:20px;color:var(--accent-color);display:flex;align-items:center;justify-content:center}.product-features-strip__icon svg{width:100%;height:100%}.product-features-strip__label{font-size:20px;font-weight:500;line-height:1.2;max-width:220px}@media screen and (max-width:1024px){.product-features-strip__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 20px}.product-features-strip__item{min-width:0}}@media screen and (max-width:480px){.product-features-strip__grid{grid-template-columns:1fr;gap:30px}.product-features-strip__label{font-size:18px}}