.benefits_list{padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:48px 0;width:100%;max-width:1480px}.benefits_list .item{width:25%;display:flex;flex-direction:column;align-items:center}.benefits_list .item .img{position:relative;background:var(--s-emplocolor, #F2F2F4);width:88px;height:80px;border-radius:16px;display:flex;justify-content:center;align-items:center}.structure[style*="--s-background"] .benefits_list .item .img{background:var(--e-bg, #FFFFFF)}.benefits_list .item .img img{height:initial;width:100%;max-width:36px;margin:0 auto;display:block}.benefits_list .item .title{text-align:center;max-width:170px;font-size:16px;line-height:20px;font-weight:500;margin:1.5rem auto 0}@media screen and (max-width:1280px){.benefits_list{gap:32px 24px}.benefits_list .item{width:calc(50% - 12px)}}@media screen and (max-width:500px){.benefits_list .item .img{width:60px;height:52px}.benefits_list .item .img img{max-width:24px}.benefits_list .item .title{max-width:170px;font-size:14px;line-height:18px;margin:1rem auto 0}}