.editor-styles-wrapper h1.is-style-txt-h1,
.editor-styles-wrapper h2.is-style-txt-h1,
.editor-styles-wrapper h3.is-style-txt-h1,
.editor-styles-wrapper h4.is-style-txt-h1,
.editor-styles-wrapper h5.is-style-txt-h1,
.editor-styles-wrapper h6.is-style-txt-h1 {
    font-size: 3rem;
}

@media screen and (min-width: 768px) {
    .editor-styles-wrapper h1.is-style-txt-h1,
    .editor-styles-wrapper h2.is-style-txt-h1,
    .editor-styles-wrapper h3.is-style-txt-h1,
    .editor-styles-wrapper h4.is-style-txt-h1,
    .editor-styles-wrapper h5.is-style-txt-h1,
    .editor-styles-wrapper h6.is-style-txt-h1 {
        font-size: 5.25rem;
    }
}

.editor-styles-wrapper h1.is-style-txt-h2,
.editor-styles-wrapper h2.is-style-txt-h2,
.editor-styles-wrapper h3.is-style-txt-h2,
.editor-styles-wrapper h4.is-style-txt-h2,
.editor-styles-wrapper h5.is-style-txt-h2,
.editor-styles-wrapper h6.is-style-txt-h2 {
    font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
    .editor-styles-wrapper h1.is-style-txt-h2,
    .editor-styles-wrapper h2.is-style-txt-h2,
    .editor-styles-wrapper h3.is-style-txt-h2,
    .editor-styles-wrapper h4.is-style-txt-h2,
    .editor-styles-wrapper h5.is-style-txt-h2,
    .editor-styles-wrapper h6.is-style-txt-h2 {
        font-size: 3.5rem;
    }
}

.editor-styles-wrapper h1.is-style-txt-h3,
.editor-styles-wrapper h2.is-style-txt-h3,
.editor-styles-wrapper h3.is-style-txt-h3,
.editor-styles-wrapper h4.is-style-txt-h3,
.editor-styles-wrapper h5.is-style-txt-h3,
.editor-styles-wrapper h6.is-style-txt-h3 {
    font-size: 2rem;
}

.editor-styles-wrapper h1.is-style-txt-h4,
.editor-styles-wrapper h2.is-style-txt-h4,
.editor-styles-wrapper h3.is-style-txt-h4,
.editor-styles-wrapper h4.is-style-txt-h4,
.editor-styles-wrapper h5.is-style-txt-h4,
.editor-styles-wrapper h6.is-style-txt-h4 {
    font-size: 1.5rem;
}

.editor-styles-wrapper h1.is-style-txt-h5,
.editor-styles-wrapper h2.is-style-txt-h5,
.editor-styles-wrapper h3.is-style-txt-h5,
.editor-styles-wrapper h4.is-style-txt-h5,
.editor-styles-wrapper h5.is-style-txt-h5,
.editor-styles-wrapper h6.is-style-txt-h5 {
    font-size: 1.125rem;
}

.editor-styles-wrapper h1.is-style-txt-h6,
.editor-styles-wrapper h2.is-style-txt-h6,
.editor-styles-wrapper h3.is-style-txt-h6,
.editor-styles-wrapper h4.is-style-txt-h6,
.editor-styles-wrapper h5.is-style-txt-h6,
.editor-styles-wrapper h6.is-style-txt-h6 {
    font-size: 1rem;
}

.editor-styles-wrapper p.is-style-min {
    font-size: 0.875rem;
    line-height: 1.2rem;
    margin-bottom: 1.2rem;
}

.is-style-list-divider li {
    border-top:solid 2px #000000;
    padding-top: 8px;
    padding-bottom: 8px;
}

ol.is-style-list-divider , ul.is-style-list-divider {
    padding-left: 0;
}
