.terms_inner {
    line-height: 1.5;
}

.terms_inner h2 {
    font-size: 14px;
    margin-bottom: 12px;
}

.terms_inner h3 {
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block;
}

.terms_inner h2 span {
    font-weight: 300;
}

.terms_inner li h3 {
    text-indent: -8px;
}


.terms_inner li + li,
.terms_inner ul + p,
.terms_inner p + ul,
.terms_inner ol + p,
.terms_inner p + ol {
    margin-top: 12px;
}

.terms_inner ol {
    margin-left: 20px;
    list-style-type: decimal;
}

.terms_inner ul {
    margin-left: 30px;
    list-style-type: none;
}
.terms_inner ul li {
    position: relative;
}

.terms_inner ul li::before {
    position: absolute;
    display: block;
    left: -29px;
}

.terms_inner ul li:nth-of-type(1)::before {
    content: "(1) ";
}

.terms_inner ul li:nth-of-type(2)::before {
    content: "(2) ";
}

.terms_inner ul li:nth-of-type(3)::before {
    content: "(3) ";
}

.terms_inner ul li:nth-of-type(4)::before {
    content: "(4) ";
}

.terms_inner ul li:nth-of-type(5)::before {
    content: "(5) ";
}

.terms_inner ul li:nth-of-type(6)::before {
    content: "(6) ";
}

.terms_inner ul li:nth-of-type(7)::before {
    content: "(7) ";
}

.terms_inner ul li:nth-of-type(8)::before {
    content: "(8) ";
}

.terms_inner ul li:nth-of-type(9)::before {
    content: "(9) ";
}

.terms_inner ul li:nth-of-type(10)::before {
    content: "(10) ";
}

.terms_inner ul li:nth-of-type(11)::before {
    content: "(11) ";
}

.terms_inner ul li:nth-of-type(12)::before {
    content: "(12) ";
}

.terms_inner ul li:nth-of-type(13)::before {
    content: "(13) ";
}

.terms_inner ul li:nth-of-type(14)::before {
    content: "(14) ";
}

.terms_inner ul li:nth-of-type(15)::before {
    content: "(15) ";
}