.service-hero{background:#fff}.contact-hero h1,.industries-hero h1,.service-hero h1{font-size:max(2rem, min(4vw, 3.45rem));font-weight:900;line-height:1.05}.contact-hero p,.industries-hero p,.service-hero p{max-width:980px;color:var(--brand-text)}.service-table{display:grid;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff}.service-row{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px;padding:24px;border-bottom:1px solid var(--brand-border)}.service-row:last-child{border-bottom:0}.service-row strong{color:var(--brand-primary-dark);font-size:1.05rem}.method-list{display:grid;grid-gap:18px;gap:18px}.method-list article{display:flex;gap:20px;padding:22px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.method-list b{flex:0 0 54px;color:var(--brand-secondary);font-size:1.8rem}.service-notes h2{color:var(--brand-primary-dark);font-weight:900}@media (max-width:767px){.service-row{grid-template-columns:1fr}}