.counter{display:grid;gap:0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:space-around}.counter-item{display:flex;flex:1;flex-direction:column;justify-content:center;padding:30px}.counter-item h3{font-size:2.4rem;margin-bottom:5px}.counter-icon svg{display:block;height:40px;fill:currentColor;margin-bottom:1rem}.counter.text-center .counter-icon svg{margin-left:auto;margin-right:auto}.counter.text-left .counter-icon svg{margin-right:auto}.counter.text-right .counter-icon svg{margin-left:auto}.counter-item p{margin-bottom:0}