.bb-stats{padding:clamp(28px,6vw,60px) 0;border-top:1px solid #eee;border-bottom:1px solid #eee}
.bb-stats__wrap{display:grid;gap:28px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:1100px;margin:0 auto;padding:0 20px}
@media(min-width:900px){.bb-stats__wrap{grid-template-columns:repeat(4,minmax(0,1fr));gap:36px}}
.bb-stat{text-align:center}
.bb-stat__num{font-size:clamp(42px,7vw,72px);line-height:1;font-weight:700;letter-spacing:-.02em;color:#111}
.bb-stat__label{margin-top:8px;font-size:clamp(13px,1.4vw,15px);color:#555}
.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}