.counter-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:.5rem;row-gap:2.5rem;padding:2.5rem var(--container-space)}.counter-grid-item{display:flex;flex-direction:column;gap:.25rem}.counter-grid-item-up{display:flex;gap:.62rem}.counter-grid-item-arrow{display:flex;align-items:center;width:1.375rem;height:1.375rem;padding:.35rem;border-radius:.75rem;color:#fff;margin:1.25rem 0}.counter-grid-arrow-up{background:linear-gradient(114deg,#0BC29A -30.97%,#13EDA8 .09%,#2AD9E2 98.47%)}.counter-grid-arrow-down{background:linear-gradient(326deg,#505B5C -62.8%,#9DB3AC 46.27%,#505B5C 167.48%);transform:rotate(180deg)}.counter-grid-item>span{margin-left:2rem;max-width:15rem;line-height:140%}@media (max-width:1240px){.counter-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.counter-grid-item .counter-container{font-size:3.5rem}}@media (max-width:480px){.counter-grid{grid-template-columns:repeat(1,1fr)}.counter-grid-item{align-items:center}.counter-grid-item>span{margin-left:0;text-align:center}}