.counter-grid__items{display:grid;grid-gap:1rem;gap:1rem;margin-top:3rem;align-items:stretch}.counter-grid .cg-item{padding:1rem;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;justify-content:space-between;border:1px solid #D9D9D9;gap:1rem;border-radius:1rem}.counter-grid .cg-item__number{color:#f45a13}.counter-grid .cg-item__text{color:#565656}@media screen and (min-width:480px){.counter-grid__items{grid-template-columns:repeat(2,1fr)}.counter-grid .cg-item{min-height:10rem}}@media screen and (min-width:640px){.counter-grid__items{grid-template-columns:repeat(4,1fr);margin-top:4rem}}@media screen and (min-width:1180px){.counter-grid{padding:12rem 0 6rem}}
