.stats-row{box-sizing:border-box;padding:var(--section-spacing) 24px}.stats-row__inner{display:flex;flex-wrap:wrap;gap:0;margin:0 auto;max-width:var(--wide-width)}.stats-row__item{align-items:center;display:flex;flex:1 1 0;flex-direction:column;min-width:160px;padding:32px 24px;position:relative;text-align:center}.stats-row__item+.stats-row__item:before{background:var(--divider-color,var(--light-grey));content:"";height:60%;left:0;position:absolute;top:20%;width:1px}.stats-row__number{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;letter-spacing:-.03em;line-height:1;margin-bottom:.25em}.stats-row__label,.stats-row__number{display:block;font-family:var(--font)}.stats-row__label{font-size:clamp(.85rem,1.2vw,1rem);line-height:1.4;max-width:180px;opacity:.7}@media (max-width:600px){.stats-row__inner{flex-direction:column}.stats-row__item+.stats-row__item:before{height:1px;left:20%;top:0;width:60%}}