.legal-wrapper {
    max-width: 1250px;
    margin: 0 auto;
}
.main-headings-legal {
    margin-top: 100px;
    margin-bottom: 35px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 62px;
    text-align: center;
}

p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.legal-wrapper a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #2282D4;
}

a:hover {
    color: #2282D4;
}

.legal-wrapper b {
    font-weight: 700;
}

h2 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin-top: 40px;
}

h3 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
}

h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #313232;
    margin-top: 40px;
}

.legal-wrapper ol li {
    padding-left: 10px;
}

.legal-wrapper ol li::marker {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
}
.list-of-contents-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 129.04%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6C8092;
    opacity: 0.6;
}

.list-of-contents {
    list-style: none;
    max-width: 270px;
}

.list-of-contents li {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

.list-of-contents li:hover {
    color: #2282D4;
    cursor: pointer;
}

.active-list-item {
    color: #2282D4 !important;
}


table {
    border: 1px solid #BBC6CF;
}

table thead {
    background: #E9EDF0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 129.04%;
    /* or 15px */

    letter-spacing: 2px;
    text-transform: uppercase;
}

table tr {
    padding: 20px;
}

th, td {
    padding: 20px;
}

.legal-wrapper li {
    text-align: left;
}

tr:nth-child(even) {background: #F6F7F8;}

.introduction {
    margin-top: 0;
}
footer {
    margin-top: 150px;
}

.list-of-contents {
    overflow-y: auto;
    max-height: 80%;
}

ol[type="1."] li::before {
    display: inline-block;
    content: counters(item, ".") ".";
    counter-increment: item;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
}

.content ol {
    list-style: none;
    counter-reset: item;
}

ol[type="1."] {
    counter-reset: item;
}

.ol li:before {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
    content: counter(item) ".";
    counter-increment: item;
}

ol[type="(a)"] {
    counter-reset: item;
    margin-left: 0;
    padding-left: 30px;
}

ol[type="(a)"] li::before {
    display: inline-block;
    content: "(" counter(item, lower-alpha) ") ";
    counter-increment: item;
    margin-right: 0px;
    width: 25px;
    margin-left: -30px;
}
@media screen and (max-width: 767px) {
    .main-headings-legal {
        margin-top: 70px;
        margin-bottom: 0;
    }
    .hide-on-mobile {
        display: none;
    }

    h2, h3, h4 {
        margin-top: 30px;
    }

    h2, h3, h4, p {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    footer {
        margin-top: 99px
    }
}
