.numbers{display:grid;grid-template-columns:repeat(1, 1fr);gap:1rem;background-color:var(--bg-primary)}@media only screen and (min-width: 400px){.numbers{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 768px){.numbers{gap:clamp(1rem,4.78vw + -0.07rem,4rem);grid-template-columns:repeat(4, 1fr)}}.numbers__item{display:flex;flex-direction:column;padding:1.5rem 0;border-top:1px solid var(--input-field-border-border-idle)}@media only screen and (min-width: 768px){.numbers__item{padding:0 1.5rem;border-top:none;border-left:1px solid var(--input-field-border-border-idle)}}.numbers__title{margin-bottom:1.5rem}@media only screen and (min-width: 768px){.numbers__title{margin-bottom:auto}}.numbers__number{display:flex;align-items:center}@media only screen and (min-width: 768px){.numbers__number{height:4.375rem}}
