.school-contact-form,
.editor-styles-wrapper .school-contact-form.wp-block {
    margin: 0 auto;
    max-width: var(--school-body-max-width);
}

.school-contact-form__submit,
.editor-styles-wrapper .school-contact-form.wp-block .school-contact-form__submit {
    display: flex;
    justify-content: center;
}

.editor-styles-wrapper .school-contact-form.wp-block .school-contact-form__submit button {
    background-color: var(--school-primary-color);
}
