.mbs-process-flow {
  background: transparent;
}

.mbs-process-flow-copy {
  align-self: start;
  display: grid;
  gap: 20px;
  max-width: 430px;
  position: sticky;
  top: 48px;
}

.mbs-process-flow .mbs-grid-two {
  gap: clamp(30px, 5vw, 68px);
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
}

.mbs-process-flow-copy h2 {
  max-width: 18ch;
}

.mbs-process-flow-copy h2 span {
  display: block;
}

.mbs-process-flow-steps {
  display: grid;
  gap: 16px;
}

.mbs-process-flow-step {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--mme-line);
  border-radius: var(--mbs-radius-md);
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: clamp(20px, 4vw, 30px);
}

.mbs-process-flow-step span {
  align-items: center;
  background: var(--mme-accent);
  border-radius: 50%;
  color: var(--mbs-color-white);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.mbs-process-flow-step h3 {
  font-family: var(--mbs-font-display);
  font-size: clamp(1.25rem, 4vw, 2rem);
  font-weight: 740;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}

.mbs-process-flow-step p {
  color: var(--mbs-color-ink-soft);
}

@media (max-width: 819px) {
  .mbs-process-flow .mbs-grid-two {
    grid-template-columns: minmax(0, 1fr);
  }

  .mbs-process-flow-copy {
    max-width: none;
    position: static;
  }

  .mbs-process-flow-copy h2 {
    max-width: 18ch;
  }
}
