.counter-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around}.counter-card{align-items:center;display:flex;flex:1 1 calc(25% - 1rem);flex-direction:column;justify-content:center;max-width:calc(25% - 1rem);text-align:center}.counter-image{max-height:100px;max-width:130px;width:auto}.counter-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.counter-number .number,.prefix,.suffix{color:#1c657a;font-family:Bitter;font-size:60px;font-weight:600}.counter-title{color:#1c657a;font-family:Bitter;font-size:25px;font-weight:600}@media (max-width:567px){.counter-row{display:flex;flex-direction:cloumn}.counter-card{flex:1 1 calc(100% - 1rem);max-width:100%}}