/**
 * Section styles
 * Loads on front end and back end
 */
 .inner-content{ max-width: 768px }
 /*
 * Fix full width gutenberg section block
 */
 .page-template-full-width .entry-content-full .inner-content,
 .post-template-full-width .entry-content-full .inner-content{
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1200px - 3rem);
 }