.custom-footer-benefits{background:var(--benefits-bg);color:var(--benefits-text);border-bottom:1px solid #ffffff20}
.custom-footer-benefits__list{display:flex;align-items:center;justify-content:space-between;gap:2rem 3rem;list-style:none;margin:0 auto;padding-top:var(--benefits-space);padding-bottom:var(--benefits-space)}
.custom-footer-benefits__list li{display:flex;align-items:center;gap:1.2rem;font-size:clamp(1.35rem,1.25vw,1.8rem);line-height:1.45;min-width:0}
.custom-footer-benefits__icon{display:flex;width:2.6rem;height:2.6rem;flex:0 0 2.6rem;color:var(--benefits-icon)}
.custom-footer-benefits__icon svg{width:100%;height:100%;fill:currentColor}
@media(max-width:989px){.custom-footer-benefits__list{flex-wrap:wrap;justify-content:flex-start}.custom-footer-benefits__list li{flex:1 1 28rem}}
@media(max-width:749px){.custom-footer-benefits__list{flex-direction:column;align-items:stretch;gap:1.8rem}.custom-footer-benefits__list li{flex:none;font-size:1.45rem}}
