.hero-section.hero-section-terms {
    background-position: right;
    padding-bottom: 0;
}

.hero-section.hero-section-terms .header-section {
    box-sizing: border-box;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.hero-section.hero-section-terms  .header-section p.sub-header {
    margin-left: 0;
}

.terms-contents {
    margin-bottom: 5.9375rem;
    box-sizing: border-box;
}

.terms-contents .terms-header {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

.terms-contents p {
    word-wrap: break-word;
}

.terms-contents .item-list {
    padding-left: 1.25rem;
}

.terms-contents .item-list li {
    font-size: 1.125rem;
}

/* Desktop */
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 992px) {}


/* Mobile */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 576px) {
    .terms-contents {
        margin: 0 auto 2rem;
        padding: 0 1.5rem;
    }
}
