#legal-notice {
    margin: auto;
    max-width: 1920px;
    background-color: #fff;
}

#legal-notice #banner-heading h1 {
    color: #3B4242;
    font-size: var(--font-65px-1920-35px-375);
    line-height: 1.2;
    font-family: "Lexia-italic";
}

#legal-notice .main-container span.num-co {
    color: #000 !important;
}

#legal-notice .chome ul li a {
    color: #000;
    font-family: "Lexia-Regular";
    text-decoration: underline;
}

#legal-notice #maincontainer a {
    text-decoration: underline;
}

#legal-notice #navLinks ul {
    margin-left: 0;
}

#legal-notice .chome ul {
    margin-left: 0;
}

#legal-notice ul.legal-bod-li {
    list-style: outside;
    margin-left: 20px;
}

#legal-notice ul.legal-bod-li li {
    font-size: var(--bodytext-17px);
    line-height: 22px;
    color: #000000;
    font-family: Arial;
    margin-bottom: 10px;
}

#legal-notice #banner-heading {
    color: #000000;
    padding-top: 90px;
    padding-bottom: 90px;
    font-size: 67px;
    width: 100%;
    max-width: 86%;
    margin: auto;
}

#legal-notice .chome ul {
    display: flex;
}

#legal-notice li.cDonation {
    font-size: var(--breadcrumb-12px);
    border-right: none !important;
}

#legal-notice .chome ul li {
    margin-right: 6px;
    padding-right: 6px;
    text-align: center;
    align-items: center;
    list-style-type: none;
    border-right: 2px solid #000000;
    font-size: var(--breadcrumb-12px);
    line-height: 14px;
    color: #8B0051;
    font-family: "Lexia-Regular";
    margin-bottom: 0;
}

#legal-notice .jb-class {
    margin: 20px 0 35px 0;
    font-family: 'Arial';
    color: #000000;
    line-height: 31px;
    font-size: var(--bodytext-17px);
}

#legal-notice .general-text {
    font-size: var(--bodytext-17px);
    line-height: 22px;
    color: #000000;
    font-family: Arial;
    margin-bottom: 10px;
}

#legal-notice .bodyheadings {
    font-size: var(--bodyheading-25px);
    line-height: 30px;
    font-family: "Lexia-Regular";
    color: #830051;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #legal-notice .main-container .row-container {
        padding: 0 15px;
    }
    #legal-notice .row-container .jb-class {
        padding: 0 15px;
    }
    #legal-notice .bodyheadings {
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 767px) {
    #legal-notice #banner-heading {
        max-width: 100%;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }
}