/* Page specific styles: terms-of-service */
.terms-page .hero-banner {
    height: 420px;
    min-height: 420px;
}

/* .terms-wrap {
    max-width: 1200px;
    margin: 0 auto;
} */

.term-item {
    margin-bottom: 30px;
}

.term-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--black);
}

.term-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #464646;
    margin-bottom: 10px;
}

.term-item ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.term-item ul li {
    list-style: disc;
    font-size: 15px;
    line-height: 1.6;
    color: #464646;
    margin-bottom: 10px;
}

.term-item a {
    color: inherit;
    text-decoration: underline;
    font-size: 15px;
}
