#legals-page {
    background-color: black;
    text-wrap: initial;
}

#legals-page .section-container {
    padding: 60px 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

#legals-page .section-container h1 {
    text-align: center;
    margin-bottom: 30px;
    text-wrap: balance;
}

    /* Pad Version */
    @media screen and (min-width: 768px) {
        #legals-page .section-container {
            padding: 120px 40px;
        }

        #legals-page .section-container h1 {
            margin-bottom: 40px;
        }
    }

        /* Desktop Version */
        @media screen and (min-width: 992px) {
            #legals-page .section-container {
                padding: 180px 60px;
            }

            #legals-page .section-container h1 {
                margin-bottom: 50px;
            }
        }