.static-counter{position:relative;width:100%}.static-counter__inner{margin:0 auto;max-width:1280px;padding:0 32px}.static-counter__heading{color:#000;font-size:1.25rem;font-weight:700;margin:0 0 28px;text-align:center}.static-counter__row{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.static-counter__item{border-radius:0;box-sizing:border-box;flex:1 1 0;min-width:150px;padding:24px 16px;text-align:center}.static-counter__value{font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:700;line-height:1.25;margin-bottom:10px;word-wrap:break-word}.static-counter__label{color:#666;font-weight:400;line-height:1.45}@media (max-width:1024px){.static-counter__inner{padding:0 24px}.static-counter__item{flex:1 1 calc(33.333% - 20px);min-width:140px}}@media (max-width:768px){.static-counter__inner{padding:0 20px}.static-counter__item{flex:1 1 calc(50% - 20px);min-width:130px}.static-counter__heading{font-size:1.125rem;margin-bottom:20px}}@media (max-width:480px){.static-counter__inner{padding:0 16px}.static-counter__item{flex:1 1 100%;min-width:0}.static-counter__row{gap:16px}}