.stat-col--container{display:flex;justify-content:space-between;padding:10rem 0}.stat-col{align-items:center;border-left:2px solid #000;box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:0 2rem;width:33.333%}.stat-col:first-child{border-left:none}.stat-col--top{align-items:center;display:flex;flex-direction:column;font-weight:300}.stat-col--top-number{font-size:clamp(2rem,8vw,8rem);line-height:1;margin:0;white-space:nowrap}.stat-col--top-stat{font-size:1rem;font-weight:400}.stat-col--divider-mobile{display:none}@media (max-width:767px){.stat-col--container{flex-direction:column;gap:2rem;padding:0 3.125rem}.stat-col{border:0;flex-direction:column;padding:0;width:100%}.stat-col--top-number{font-size:5rem;line-height:5rem}.stat-col--top-stat{font-size:1.2rem;font-weight:700;line-height:1.86rem}.stat-col--bottom{display:none}.stat-col--divider-mobile{background-color:#000;display:block;height:2px;margin-bottom:1rem;width:100%}}