.stats{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0 auto;max-width:1200px;padding:2rem}.stats__item{align-items:center;aspect-ratio:1/1;background-color:#fff;border-radius:50%;box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem;justify-content:center;overflow:hidden;padding:2rem}.stats__item-img{flex-shrink:0;height:3rem;object-fit:contain;width:3rem}.stats__item-main{font-size:3rem;font-weight:800;line-height:3.5rem}.stats__item-main,.stats__item-secondary{color:#353535;overflow-wrap:break-word;text-align:center;word-break:break-word}.stats__item-secondary{font-size:1.25rem;font-weight:700;line-height:1}@media (min-width:1201px){.stats{grid-template-columns:repeat(5,1fr)}}@media (max-width:1200px){.stats{gap:1.5rem;grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.stats{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.stats{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.stats{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.stats__item{width:100%}}