.counter-tiles{display:grid;gap:1.125rem 1rem;grid-template-columns:repeat(1,1fr)}@media (min-width:992px){.counter-tiles--2x2{grid-template-columns:repeat(2,1fr)}.counter-tiles--3x3{gap:1.5rem 1.75rem;grid-template-columns:repeat(3,1fr)}}.counter-tiles__item{background-color:#f0f1f5;border-radius:15px;padding:2.375rem 1.25rem;text-align:center}@media (min-width:992px){.counter-tiles__item{text-align:left}}@media (min-width:1200px){.counter-tiles__item{padding:2.8125rem 2.1875rem}}.counter-tiles__icon{display:flex;height:2rem;justify-content:center;margin-bottom:.5rem}@media (min-width:992px){.counter-tiles__icon{justify-content:flex-start;margin-bottom:3rem}}.counter-tiles__countable{font-weight:600;margin-bottom:.5rem}.counter-tiles__caption{color:#9f9e9e;font-weight:500}