.terms__container {
    padding: 30px 30px 100px;
}

.terms-ttl {
    font-size: 2em;
    color: #000000;
}

.terms__topTxt {
    margin-top: 20px;
    margin-bottom: 30px;
}

h3 {
    font-size: 138.889%;
    color: #000000;
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt50 {
    margin-top: 25px;
}

.terms__ul {
    list-style: disc;
    padding-left: 1em;
}

.local-nav ul {
    padding: 25px 0 25px 6px !important;
}

@media screen and (max-width: 768px) {
    .terms__ul {
        padding-left: 2em !important;
    }
}