.features-icon{display:grid;gap:48px 40px;grid-template-columns:repeat(3,1fr);justify-items:center;margin:0 auto;width:fit-content}.features-icon-card{display:grid;gap:8px;grid-template-rows:48px 1fr;justify-items:center;max-width:304px;text-align:center;width:100%}.features-icon-card svg{height:48px;stroke:var(--primary-500);width:48px}@media(max-width:1024px){.features-icon{gap:24px;grid-template-columns:repeat(2,1fr)}}