.step {
  position: relative;
}
/*.not-last-step:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: -70px;
  width: 60px;
  height: 1px;
  background: #fff;
}*/
.step-number {
  line-height: 60px;
  border: 1px solid #284d6d;
  background: transparent;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 50px;
  font-size: 40px;
}
.current-step .step-number {
  border-color: #284d6d;
  background: #284d6d;
  color: white;
  box-shadow: 0px 0px 4px #1e70b7;
}
