

.pilot .steps{margin-top:16px}
.pilot .step .num{
  display:inline-flex;align-items:center;justify-content:center;
  width:32px;height:32px;border-radius:9px;
  background:var(--ink);color:#fff;font-size:15px;font-weight:400;
  margin-bottom:12px;
}
.pilot .step h3{color:var(--t-dark)}
