@media only screen and (max-width: 767px) {

    .legal_page * {
        /*font-family: Work Sans !important;*/
    }

    .legal_page {
        width: 100%;
        /*max-width: 1600px;*/
        margin: 0 auto;
    }

        .legal_page strong {
            font-weight: 600 !important;
        }

        .legal_page a {
            font-weight: 600 !important;
            color: #333 !important;
        }

            .legal_page a:hover {
                text-decoration: underline !important;
            }

        .legal_page .legal_page_w2_ {
            margin: 0 auto !important;
            box-sizing: border-box;
            width: 90% !important;
            padding: 5% !important;
            float: none !important;
            border-radius: 3px;
/*            text-align: justify !important;
*/        }

        .legal_page h1 {
            font-size: 22px;
            margin: 50px auto;
        }

    .legal_page th {
        font-weight: 600 !important;
    }

        .legal_page table {
            width: 100% !important;
        }

        .legal_page tr,
        .legal_page td,
        .legal_page th {
            border-color: #ccc !important;
            border-width: 1px !important;
            border: 1px solid #ccc !important;
            padding: 10px;
            font-size: 16px !important;
        }

        .legal_page h1 {
            font-size: 24px;
        }

        .legal_page h2 {
            font-size: 22px;
        }

        .legal_page h3 {
            font-size: 20px;
        }

        .legal_page h4 {
            font-size: 18px;
        }


        .legal_page ul {
            list-style: disc;
            text-overflow: ellipsis;
            overflow-x: auto;
        }

        .legal_page p,
        .legal_page span {
            font-size: 16px;
            line-height: 21px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .legal_page li {
            text-overflow: ellipsis;
            font-size: 16px;
            line-height: 21px;
        }

}
