
#legal-content {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

td {
    padding: 5px;
}

th {
    text-align: left;
    padding: 5px;
}

#paper-page {
    padding: 20px 40px;
    background-color: #FFF;
    margin-left: 50px;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 11px rgba(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
    box-shadow: 0 12px 11px rgba(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
}

#legal-header {
    background: rgb(230, 230, 230);
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, rgba(230, 230, 230, 1)), color-stop(89%, rgba(230, 230, 230, 0)));
    background: -o-linear-gradient(left, rgba(230, 230, 230, 1) 75%, rgba(230, 230, 230, 0) 89%);
    background: linear-gradient(90deg, rgba(230, 230, 230, 1) 75%, rgba(230, 230, 230, 0) 89%);
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.inner-segment {
    max-width: 1640px;
    width: 100%;
    padding: 20px 20px 20px 65px;
    margin: 0 auto;
}

#legal-header p {
    margin: 10px 0;
}

#page-body {
    position: relative;
    max-width: 1640px;
    padding: 0 20px;
    margin: -30px auto 113px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 75em) {
    #page-body {
        flex-direction: column;
    }

    #legal-content {
        margin-left: 20px;
        position: relative;
        top: 0;
    }

    #paper-page {
        margin-left: 0;
    }

    #legal-header {
        background: rgb(230, 230, 230);
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(230, 230, 230, 1)), color-stop(89%, rgba(230, 230, 230, 0)));
        background: -o-linear-gradient(left, rgba(230, 230, 230, 1) 50%, rgba(230, 230, 230, 0) 89%);
        background: linear-gradient(90deg, rgba(230, 230, 230, 1) 50%, rgba(230, 230, 230, 0) 89%);
    }

    #legal-header p {
        margin: 0 0 10px;
    }

    #legal-content {
        margin: 70px 5px 0 5px;
    }
}

@media (max-width: 48em) {
    #legal-header {
        background: rgb(230 230 230 / 88%)
    }

    #legal-content {
        margin-left: 0;
    }

    #under-paper {
        margin: 50px 0 0 0;
    }

    .inner-segment {
        padding: 0 20px 20px 20px;
    }
}

@media (max-width: 610px) {
    .inner-segment {
        padding: 0 20px 40px 20px;
    }

    #legal-header{
        height: 175px;
    }

    #legal-header .header-huge {
        font-size: 33px;
    }

    #page-body {
        padding: 0;
    }

    #paper-page {
        padding: 0;
        margin: 0 5px;
        border-radius: 35px 35px 5px 5px;
        -webkit-box-shadow: 0 12px 20px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
        box-shadow: 0 12px 20px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
    }
}
