.industries-container{box-sizing:border-box;margin:0 auto;padding:40px 20px;width:100%}.industries-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.industry-card{align-items:flex-end;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;display:flex;flex:0 1 calc(25% - 15px);height:550px;overflow:hidden;position:relative}.industry-card:before{background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.4) 40%,transparent 70%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.industry-card:hover{box-shadow:0 15px 30px rgba(0,0,0,.3);transform:translateY(-8px)}.industry-content{color:#fff;padding:30px;position:relative;width:100%;z-index:2}.industry-content h3{font-size:24px;font-weight:700;line-height:1.2;margin:0 0 12px}.industry-content h3,.industry-content p{color:#fff;font-family:Nunito Sans,sans-serif}.industry-content p{font-size:16px;line-height:1.5;margin:0;opacity:.95}@media (max-width:1024px){.industry-card{flex:0 1 calc(50% - 10px);height:480px}}@media (max-width:650px){.industry-card{flex:0 1 100%;height:400px}.industry-content h3{font-size:20px}}