.step-circle {
  width: 45px;
  height: 45px;
  background-color: #cc9900;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 10px auto;
}