
.industry-hero{background:#f7f3fa;padding:115px 0 90px}.industry-hero h1{font-size:clamp(44px,5vw,70px);line-height:1.04;letter-spacing:-.045em;font-weight:800;max-width:820px}.industry-hero h1 span{color:var(--purple)}.industry-hero p{font-size:18px;color:var(--muted);max-width:700px;margin-top:20px}.industry-page-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.industry-page-card{min-height:230px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px;background:#fff;transition:.35s;display:flex;flex-direction:column;justify-content:space-between}.industry-page-card:hover{background:var(--purple);color:#fff;transform:translateY(-5px);box-shadow:0 20px 45px rgba(43,18,95,.12)}.industry-page-card .num{font-size:12px;font-weight:800;color:var(--red);letter-spacing:.15em}.industry-page-card i{font-size:30px;color:var(--purple);margin:25px 0 18px}.industry-page-card:hover i{color:#fff}.industry-page-card h2{font-size:21px;font-weight:800;margin:0 0 7px}.industry-page-card p{font-size:14px;color:var(--muted);margin:0}.industry-page-card:hover p{color:rgba(255,255,255,.72)}
@media(max-width:991px){.industry-page-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.industry-page-grid{grid-template-columns:1fr}.industry-hero{padding:85px 0 70px}}

/* Industries icon scale */
.industry-card i,
.industry-card .bi,
.industry-icon,
.industry-card .icon {
    font-size: 38px !important;
}
