﻿#LegalDocumentContent > .InnerContent {
    max-width: 120em;
    margin: 0 auto;
    padding: 3em 2em 6em;
    box-sizing: border-box;
    flex: auto;
}

#LegalDocumentContent .T h1 {
    text-align: center;
    margin: 1.5em 0;
    font-weight: 800;
}

#LegalDocumentContent .C {
    background-color: #fff;
    padding: 3.4em;
    border-radius: 1.5em;
    max-width: 80em;
    margin: 0 auto;
}

    #LegalDocumentContent .C strong {
        font-weight: 900;
        color: #301754;
    }

@media only screen and (max-width: 480px) {

    #LegalDocumentContent > .InnerContent {
        padding-inline: 1em;
    }

    #LegalDocumentContent .T h1 {
        margin-block: 1em;
        font-size: 2em;
    }

    #LegalDocumentContent .C {
        padding: 2.5em 1.5em;
    }
}
