.numbers{display:grid;grid-template-columns:repeat(1, 1fr);gap:1rem}@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:0 1.5rem;border-left:1px solid var(--c-neutral-600)}@media only screen and (min-width: 768px){.numbers__item{height:12.5rem}}@media only screen and (max-width: 1023px){.numbers__item{padding:1.5rem 0;border-top:1px solid var(--c-neutral-600);border-left:none}}.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}}
