.oaob-soft-instruction h1 {
    margin: 0 0 48px;
}

.oaob-soft-instruction-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.oaob-soft-instruction-list__item {
    padding-left: 48px;
    position: relative;
    margin-bottom: 36px;
    color: #505C64;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.oaob-soft-instruction-list__item a {
    color: #11BB91;
}

.oaob-soft-instruction-list-item__num {
    color: #2A353D;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.oaob-soft-instruction-list-item__title {
    position: relative;
    display: block;
    color: #2A353D;
    font-weight: 700;
    margin-bottom: 10px;
}

.oaob-soft-instruction-list-item__title:before {
    content: "";
    position: absolute;
    left: -32px;
    top: -1px;
    width: 24px;
    height: 24px;
    background: url("../../img/icon-arrow_right.png") no-repeat center;
}

.oaob-soft-instruction-list-item__sub {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #88999C;
    margin-bottom: 16px;
}

.oaob-soft-instruction-list-item__btn {
    background: #ffffff;
    border: 1px solid #ACBBBE;
    outline: 0;
    cursor: pointer;
    height: 36px;
    border-radius: 18px;
    padding: 0 32px;
    font-size: 16px;
    color: #2A353D;
    font-weight: 500;
    margin-right: 4px;
}
.oaob-soft-instruction-list-item__btn:last-child {
    margin-right: 0;
}

.oaob-soft-instruction-list-item__btn_active {
    background: #11BB91;
    border-color: #11BB91;
    color: #ffffff;
}

.oaob-sub-info {
    padding-left: 70px;
    font-size: 14px;
    color: #2A353D;
    font-weight: 500;
}

.oaob-divider {
    display: inline-block;
    margin: 0 24px;
    position: relative;
}

.oaob-divider:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 32px;
    background-color: #E8EBEB;
    bottom: -12px;
}

