/* Legal Pages Branding & Typography */
.legal-content-area {
    background: #111013;
}
.legal-text-wrapper {
    color: #fff;
    line-height: 1.8;
    font-size: 18px;
}
.legal-text-wrapper h2 {
    color: #fff !important;
    font-size: 32px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
}
.legal-text-wrapper p {
    color: #fff !important;
    margin-bottom: 25px;
}
.legal-text-wrapper ul {
    margin-bottom: 30px;
    padding-left: 20px;
    list-style-type: disc;
}
.legal-text-wrapper ul li {
    margin-bottom: 10px;
    color: #fff;
}
@media (max-width: 767px) {
    .legal-text-wrapper h2 {
        font-size: 26px;
        margin-top: 35px;
    }
    .legal-text-wrapper {
        font-size: 16px;
    }
}
