.docs-guide .showcase__section {
  margin-top: 0;
}
.docs-guide .steps {
  gap: 2rem;
}
.docs-guide .step {
  align-items: flex-start;
  padding: 0 0 2rem;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background: none;
  text-align: left;
}
.docs-guide .step:last-child {
  border-bottom: 0;
}
.docs-guide .step-body h2 {
  font-size: 1.45rem;
  line-height: 1.25;
}
.docs-guide .step-illus {
  max-width: 100%;
  margin: 1rem 0;
}
.docs-guide .start-cta {
  margin-top: 2rem;
  padding: 1.5rem 0;
  border: 0;
  border-top: 1px solid var(--border);
  border-radius: 0;
  background: none;
  text-align: left;
}
.docs-guide .start-cta > h2 {
  text-align: left;
}
.docs-guide .start-cta__actions {
  justify-content: flex-start;
}
