/* Consistent solution highlights, with normal wrapping on small screens. */
.solution-hero-copy .solution-hero-benefits{list-style:none;display:flex;flex-wrap:wrap;gap:10px 18px;padding:0;margin:24px 0 0;font-size:.875rem;line-height:1.5;font-weight:500;min-width:0}
.solution-hero-copy .solution-hero-benefits li{min-width:0;overflow-wrap:anywhere}
.solution-hero-copy .solution-hero-benefits li::before{content:"✓";color:#aa213e;margin-right:7px}
@media(max-width:540px){.solution-hero-copy .solution-hero-benefits{display:grid;gap:8px}}
