.p-terms > .p-terms__sectionTitle:first-child {
    margin-top: 0
}

.p-terms__title {
    margin-bottom: 24px;
    font-weight: 700;
    text-align: center;
    font-size: 20px
}

@media only screen and (max-width: 479px) {
    .p-terms__title {
        font-size: 18px
    }
}

.p-terms__text {
    font-size: 14px;
    margin-top: 24px
}

.p-terms__text p + p {
    margin-top: 8px
}

.p-terms__text a {
    color: #2cb696
}

@media only screen and (min-width: 769px) {
    .p-terms__text a:hover {
        color: #228d74
    }
}

.p-terms__body {
    list-style: none;
    counter-reset: section-count
}

.p-terms__section {
    position: relative;
    padding-left: 24px
}

.p-terms__section:before {
    position: absolute;
    left: -8px;
    width: 26px;
    font-weight: 700;
    text-align: right;
    content: counter(section-count) ".";
    counter-increment: section-count
}

.p-terms__sectionTitle {
    margin-top: 32px;
    font-weight: 700
}

.p-terms__sectionBody {
    margin-top: 16px;
    margin-bottom: 16px;
    list-style: none;
    counter-reset: subsection-count
}

.p-terms__subsection {
    position: relative;
    margin-left: 16px;
    font-size: 14px
}

.p-terms__subsection:before {
    position: absolute;
    left: -40px;
    width: 32px;
    text-align: right;
    content: counter(section-count) "." counter(subsection-count);
    counter-increment: subsection-count
}

.p-terms__subsection + .p-terms__subsection {
    margin-top: 8px
}

.p-terms__subsection a {
    color: #2cb696
}

@media only screen and (min-width: 769px) {
    .p-terms__subsection a {
        -webkit-transition: color .4s cubic-bezier(1, 0, 0, 1);
        transition: color .4s cubic-bezier(1, 0, 0, 1)
    }

    .p-terms__subsection a:hover {
        color: #228d74
    }
}

.p-terms__subsectionDetail {
    margin-left: 24px;
    list-style: none;
    counter-reset: subsectiondetail-count
}

.p-terms__subsectionDetailItem {
    position: relative;
    padding-left: 0;
    margin-top: 8px;
    font-size: 12px
}

.p-terms__subsectionDetailItem:before {
    position: absolute;
    left: -32px;
    width: 24px;
    font-size: 10px;
    text-align: right;
    content: "(" counter(subsectiondetail-count) ")";
    counter-increment: subsectiondetail-count
}

.p-terms__footer {
    padding: 32px 0
}

.p-terms__history {
    display: block;
    color: #787c7b
}