.steps-section {
  padding: 100px 0;
}

.step {
  position: relative;
  border-top: 2px solid var(--gold);
  padding-top: 26px;
  height: 100%;
}

.step-num {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
  color: var(--gold);
}

.step-title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  margin: 14px 0 10px !important;
}

.step-desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 0;
}

.step-arrow {
  position: absolute;
  top: 30px;
  right: -12px;
  color: #d5c9ae;
}