.industries-section-bg{background-color:#f5f5f7;padding:70px 20px}.industries-wrapper{margin:0 auto;max-width:1200px}.industries-header{margin-bottom:40px;text-align:center}.industries-header h2{color:#1f2d3d;font-size:32px;font-weight:700;margin:0 0 12px}.industries-header p{color:#556575;font-size:16px;line-height:1.5;margin:0}.industries-grid{display:grid;gap:16px;grid-template-columns:repeat(8,1fr)}.industry-card:first-child,.industry-card:nth-child(2),.industry-card:nth-child(3),.industry-card:nth-child(4){grid-column:span 2}.industry-card:nth-child(5){grid-column:2/span 2}.industry-card:nth-child(6){grid-column:4/span 2}.industry-card:nth-child(7){grid-column:6/span 2}.industry-card{background:#fff;border:1px solid #cfd8e3;border-radius:10px;min-height:80px;padding:20px 24px}.industry-card,.industry-inner{align-items:center;display:flex}.industry-inner{gap:14px}.industry-inner img{flex-shrink:0;height:48px;object-fit:contain;width:48px}.industry-inner p{color:#1f2d3d;font-size:15px;font-weight:600;line-height:1.4;margin:0}@media (max-width:1024px){.industries-grid{grid-template-columns:repeat(2,1fr)}.industry-card:nth-child(n){grid-column:span 1}}@media (max-width:600px){.industries-grid{grid-template-columns:1fr}.industry-card:nth-child(n){grid-column:span 1}.industries-header h2{font-size:24px}}