.main-about-mo__title br {
	display: none;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: .4rem;
    color: #17479e;
    text-decoration: none;
    transition: all .3s ease;
    font-size: 1.6rem;
}
.page-numbers.current {
    background-color: #2b8cfe;
    color: #fff;
}
.enroll__content p {
    margin-bottom: 8px;
}
.enroll__content p,
.enroll__content strong {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.enroll__content ul.wp-block-list {
    margin-bottom: 8px;
}
.enroll__content ul.wp-block-list li {
    position: relative;
    padding-left: 2.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.enroll__content ul.wp-block-list li::before {
    content: "";
    display: none;
    position: absolute;
    top: 1rem;
    left: 1.2rem;
    width: .3rem;
    height: .3rem;
    background-color: #17479e;
    border-radius: .3rem;
}
.enroll__content .enroll__tag {
    list-style-type: none;
    margin: unset;
    padding: unset;
}

@media screen and (max-width: 768px) {
    html[lang=en] .identity-page .section-color .color__name {
        font-size: 1.6rem;
    }
}


:where(figure) {
    margin: 0 0 1em;
}
:where(.is-layout-flex) {
    gap: 0.5em;
}
:where(.is-layout-flex) {
    gap: 0.5em;
}
.block-editor-block-list__layout {
    position: relative;
}
:root :where(figure.wp-block-gallery) {
    display: block;
}
.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
body .is-layout-flex {
    display: flex;
}
.block-editor-block-list__layout .block-editor-block-list__block {
    overflow-wrap: break-word;
    pointer-events: auto;
    position: relative;
}
.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block {
    margin-left: auto;
    margin-right: auto;
}
figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}
.block-editor-block-list__layout .block-editor-block-list__block:not([data-draggable=true]), .block-editor-block-list__layout .block-editor-block-list__block:not([draggable=true]) {
    cursor: default;
}
.wp-block-image {
    position: relative;
}
.is-layout-flex > :is(*, div) {
    margin: 0;
}
.block-editor-block-list__layout .block-editor-block-list__block[data-draggable=true], .block-editor-block-list__layout .block-editor-block-list__block[draggable=true] {
    cursor: grab;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit;
}
.enroll__content ol, .enroll__content ul {
    box-sizing: border-box;
    list-style-type: revert;
    margin: revert;
    padding: revert;
}
.enroll__content > [class^="wp-block-"] {
    margin-top: 28px;
    margin-bottom: 28px;
}