.industry-insights h2{margin-bottom:var(--spacing-sm)}.industry-insights__insights{display:grid;gap:var(--spacing-sm) 20px;grid-template-columns:repeat(4,1fr);margin-top:40px}.insight-card{border-radius:32px;display:flex;flex-direction:column;gap:8px;padding:var(--spacing-xl) 32px}.insight-card h3{color:#e5f1ff;margin-bottom:0}.insight-card h6,.insight-card p{color:var(--white);margin-bottom:0}@media screen and (max-width:1100px){.industry-insights__insights{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.industry-insights__insights{grid-template-columns:1fr}}