/*
@media (min-width:1024px){
    main > h1,
    main > h1.wp-block-heading,
    .editor-styles-wrapper .is-root-container > h1,
    main > h2,
    main > h2.wp-block-heading,
    .editor-styles-wrapper .is-root-container > h2,
    main > h3,
    main > h3.wp-block-heading,
    .editor-styles-wrapper .is-root-container > h3,
    main > p,
    .editor-styles-wrapper .is-root-container > p,
    main > ul,
    .editor-styles-wrapper .is-root-container > ul,
    main > ol,
    .editor-styles-wrapper .is-root-container > ol,
    .wp-block-buttons {
        margin-inline: auto !important;
        max-width: var(--school-body-max-width);
    }
}
*/
