 .step-number {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #E99820;
    font-size: 15px;
    top: -3px;
    right: 10px;
}

span .seperator{
    position: relative;
    top: 45px;
    float: left;
}