:root{--numbers-item-wrapper-justify:space-around}@media screen and (min-width:1280px){:root{--numbers-item-wrapper-justify:space-between}}.cmp-numbers-items-wrapper{grid-gap:var(--spacing-40);display:flex;flex-direction:var(--direction);flex-wrap:wrap;gap:var(--spacing-40)}@media screen and (min-width:768px){.cmp-numbers-items-wrapper{justify-content:var(--numbers-item-wrapper-justify)}}.cmp-numbers-item{display:flex;flex-direction:column;width:max-content}@media screen and (max-width:768px){.cmp-numbers-item{margin:auto;text-align:center}}.cmp-numbers-item h5{margin-bottom:0}