.help-content-box {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 20px;
}

.timeline::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 30px;
    top: 20px;
}

.timeline:last-child::before {
    display: none;
}

.title-line {
    display: flex;
    align-items: center;
}

.step-box {
    float: left;
    margin-left: 10px;
    margin-right: 11px;
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.step-desc {
    margin-left: 20px;
}

.step-desc div:first-child {
    font-size: 23px;
}

.timeline-content .content-wrapper {
    width: 860px;
    margin: 10px auto;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

.instructions-title {
    line-height: 48px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 13px;
    font-size: 24px;
    color: rgba(0,0,0,.85);
}

.instructions-body {
    padding: 20px 0;
    color: #222;
    font-size: 14px;
}

.page_inner {
    margin-bottom: 25px;
}