.terms-of-use-body {
    margin: 2rem auto 6rem;
}

.terms-of-use-body article p:not(.maintain-text-format) {
    white-space: normal;
}

.terms-of-use-body article p#bread-crumb {
    font-size: 14px;
    margin: 0;
}

.side-nav h4 {
    margin-top: 0;
}

.terms-of-use-content article{ 
    width: 100%;
}

.terms-of-use-body .terms-of-use-content {
    margin: 0 auto;
    width: 90%;
}

.terms-of-use-body .terms-of-use-content h1 {
    margin: 0.5rem 0;
}

@media screen and (max-width: 600px) {
    .terms-of-use-body .side-nav {
        margin: 0;
        width: 100%;
    }
    .terms-of-use-body .terms-of-use-content {
        flex-direction: column;
    }
}