.service-specs{background:#fff}.method-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.method-grid article{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:26px}.method-grid span{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--brand-primary);color:#fff;font-weight:900;margin-bottom:18px}.method-grid h3{font-size:1.2rem}@media (max-width:991px){.method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.method-grid{grid-template-columns:1fr}}