.service-rows{padding:86px 0;background:#fff}.service-rows article{display:grid;grid-template-columns:72px 1fr;grid-gap:24px;gap:24px;padding:30px 0;border-bottom:1px solid var(--brand-border)}.service-rows strong{width:56px;height:56px;border-radius:50%;display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-bg-alt);color:var(--brand-primary);font-weight:800}.service-rows h2{font-size:26px}.service-rows p{color:var(--brand-text);font-size:16px}@media (max-width:575px){.service-rows article{grid-template-columns:1fr}.service-rows strong{margin-bottom:8px}}