.acf-wysiwyg-mobile{
    display:none;
}
@media(max-width:576px){
    .acf-wysiwyg-mobile{
        display: unset;
    }

    .acf-wysiwyg-desktop.no-desktop{
        display: none;
    }
}
.acf-wysiwyg-desktop h1{
    justify-content: center;
}
.acf-wysiwyg-editor{
    /* mobile defaults use CSS variables set inline on the wrapper */
    margin-top: var(--aw-mt-mobile, 0);
    margin-bottom: var(--aw-mb-mobile, 0);
}

@media (min-width: 768px) {
    .acf-wysiwyg-editor {
        margin-top: var(--aw-mt-desktop, 0);
        margin-bottom: var(--aw-mb-desktop, 0);
    }
}