.industries{padding:4rem 1rem;text-align:center}.industries h2{color:#0c2c5a;font-size:2rem;font-weight:700;margin:0 0 3rem}.industry-grid{display:flex;flex-wrap:wrap;gap:1.75rem;justify-content:center}.industry-card{border-radius:24px;display:flex;flex-direction:column;transition:transform .2s ease;width:280px}.industry-card:hover{transform:translateY(-6px)}.industry-card .img-wrap{height:165px}.industry-card img{border-radius:24px;display:block;height:100%;object-fit:cover;width:100%}.industry-card .label{background:#123f84;border-radius:24px;color:#f2b01e;cursor:pointer;display:block;font-size:1rem;font-weight:600;padding:.9rem 0;position:relative;text-align:center;text-decoration:none;top:-20px;z-index:10}.industry-card .label *,.industry-card .label a,.industry-card .label p{color:inherit;margin:0;padding:0;text-decoration:none}@media (max-width:560px){.industry-card{margin-top:20px;width:100%}.industry-card .label{top:50px}}@media (max-width:420px){.industry-card{width:100%}}