.services-hero{padding:160px 0 88px;background:#2b222b;color:#fff}.services-hero h1,.services-hero p{color:#fff}.services-hero h1{max-width:900px;font-size:max(2rem, min(4vw, 3.5rem))}.services-hero__copy{max-width:930px}.spec-table-wrap{overflow-x:auto;border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.service-table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}.service-table td,.service-table th{padding:18px 20px;vertical-align:top;border-bottom:1px solid var(--brand-border)}.service-table thead th{background:var(--brand-primary-dark);color:#fff}.service-method{background:var(--brand-bg-alt)}.method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.method-grid article{display:grid;grid-template-columns:64px 1fr;grid-gap:4px 18px;gap:4px 18px;padding:26px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.method-grid article span{grid-row:1/span 2;grid-column:1;display:grid;align-items:center;justify-items:center;place-items:center;width:54px;height:54px;background:var(--brand-primary);color:#fff;border-radius:var(--brand-radius);font-weight:850}.method-grid article h3,.method-grid article p{grid-column:2}@media (max-width:767px){.method-grid{grid-template-columns:1fr}}