/* Override the parent theme's negative mobile grid margins on the terms page. */
@media (max-width: 760px) {
    body.ot-page-slug-terms-of-service .wf_posts .wf-row,
    body.ot-page-slug-terms-of-service .wf_posts #wf-main,
    body.ot-page-slug-terms-of-service .wf_posts .post.single-post,
    body.ot-page-slug-terms-of-service .wf_posts .ot-terms-policy {
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}
