.step-number {
  color: orange;
  border: 1px solid #34383B;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  background-color: #F5C800;
}
.step-number a {
  color: #34383B;
  text-decoration: none;
}
.step-number a:hover {
  text-decoration: none;
}
.step-number .step-description {
  position: absolute;
  margin-top: -5em;
  color: #34383B;
  font-size: 12pt;
}
.step-number .step-description-1 {
  width: 178px;
}
.step-line {
  vertical-align: middle;
  height: 100%;
}
.step-line div {
  width: 100%;
  background-color: #F5C800;
  height: 3px;
  margin-top: 18px;
}
.step-blur {
  opacity: 0.4;
}
