.page-header h2:after{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 130px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fae000;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
}

.lh-15 {
    line-height: 1.5;
}

.futures-item {
    width: 30%;
    border-bottom: 3px solid #fae000;
    margin-bottom: 1em;
}

.step-center-circle {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 76px;
    height: 76px;
    color: #fff;
    background-color:#5b5649;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.step-center-circle:after {
    counter-increment: section 1;
    content: counter(section, decimal-leading-zero);
    position: absolute;
    font-size: 1.6em !important;
    top: 26px;
    left: 20px;
}

@media screen and (max-width: 767px) {

    #howtoStart img {
        width: 200px;
    }
    #howtoStart h3 {
        text-align: center;
    }
    .sp-underline {
        text-decoration: underline;
    }
}

@media screen and (min-width: 768px) {

    #howtoStart img {
        width: 246px;
    }
}