.abra-services-hero { background: linear-gradient(135deg, rgba(0,120,212,.12), rgba(194,57,179,.08)); }
.abra-service-index .abra-tile { min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; }
.abra-service-index .abra-tile a { color: inherit; text-decoration: none; }
.abra-process-row { counter-reset: step; }
.abra-process-row .abra-card { position: relative; padding-top: 58px; }
.abra-process-row .abra-card::before { counter-increment: step; content: counter(step); position: absolute; top: 20px; left: 22px; width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: var(--abra-blue); border-radius: 4px; font-weight: 800; }
