.industries-wrapper{padding:60px 20px;text-align:center}.section-header{margin-bottom:60px}.industries-title{color:#00215c;font-size:32px;font-weight:700;margin-bottom:10px}.industries-subtitle{color:#555;font-size:18px;line-height:1.5;margin:0 auto;max-width:700px}.industries-grid{display:grid;gap:80px 100px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px;padding:20px 0;position:relative}.industries-grid .image-box{position:relative;z-index:1}.industries-grid .image-box img{border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:block;height:160px;object-fit:cover;width:220px}.industries-grid .industry-name{color:#00215c;font-size:18px;font-weight:600;line-height:1.3;margin:0 15px;max-width:180px;position:relative;top:10px;white-space:normal}.industries-grid .industry-card.left{align-items:center;display:flex;gap:20px;justify-content:flex-end}.industries-grid .industry-card.left .industry-name{order:-1;text-align:right}.industries-grid .industry-card.right{align-items:center;display:flex;gap:20px;justify-content:flex-start}.industries-grid .industry-card.right .industry-name{order:1;text-align:left}.industries-grid:after,.industries-grid:before{background:#dcdcdc;content:"";position:absolute;z-index:0}.industries-grid:before{height:1px;left:0;top:50%;transform:translateY(-50%);width:100%}.industries-grid:after{height:100%;left:50%;top:0;transform:translateX(-50%);width:1px}@media (max-width:768px){.industries-grid{gap:50px;grid-template-columns:1fr}.industries-grid:after,.industries-grid:before{display:none}.industries-grid .industry-card{flex-direction:column!important;justify-content:center!important;text-align:center}.industries-grid .industry-card.left .industry-name,.industries-grid .industry-card.right .industry-name{margin-top:15px;order:1!important;text-align:center;top:0}.industries-grid .industry-name{margin:0;max-width:none}}