.process-card {
  position: relative;
  overflow: hidden;
}
.process-card:before {
  content: attr(data-step);
  position: absolute;
  right: 1rem;
  top: 0.25rem;
  font-size: 5rem;
  line-height: 1;
  font-weight: 900;
  color: #f0f1ea;
  z-index: 0;
}
.process-card > * {
  position: relative;
  z-index: 1;
}
.process-card:hover:before {
  color: #edf19e;
  transition: 0.25s;
}
.lab-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #d7df23;
  display: grid;
  place-items: center;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
}
