.counter{display:flex;flex-direction:column;gap:48px}.counter--center{align-items:center}.counter__item{background-color:#03f;border-radius:8px;color:#fff;display:flex;flex-direction:column;gap:4px;overflow:hidden;padding:24px;position:sticky;top:72px;width:100%}@media screen and (min-width:481px){.counter__item{max-width:354px;top:140px}}.counter__item h3,.counter__item p{margin-bottom:0}.counter__item:nth-child(2){background-color:#7f98ff}.counter__item:nth-child(3){background-color:#c2ceff}