.service-rows .container{display:grid;grid-gap:0;gap:0;border-top:1px solid var(--brand-border)}.service-rows article{display:grid;grid-template-columns:90px 1fr;grid-gap:28px;gap:28px;padding:34px 0;border-bottom:1px solid var(--brand-border)}.service-rows span{font-family:"Courier New",monospace;color:var(--brand-primary);font-size:28px;font-weight:900}.service-rows h2{font-size:28px;font-weight:800;margin-bottom:14px}.service-rows p{color:var(--brand-text-muted);line-height:1.78}@media (max-width:640px){.service-rows article{grid-template-columns:1fr}}