.stepper {
  .step {
    width: 2rem;
    height: 2rem;
    z-index: 2;
  }
  
  .line {
    background: var(--silver);
    height: 1px;
    width: 100%;
    top: 1rem;
    z-index: 1;
  }
}
