/* theContent */
.layout-single_editor_small .theContent span[style*="text-decoration: underline"] {
    text-decoration-color: var(--color-soft-blue) !important;
    text-decoration-thickness: 3px !important;
    text-decoration-skip-ink: none;
    text-underline-position: under;
}
.layout-single_editor_small .theContent h1,
.layout-single_editor_small .theContent h2,
.layout-single_editor_small .theContent h3,
.layout-single_editor_small .theContent h4,
.layout-single_editor_small .theContent h5,
.layout-single_editor_small .theContent h6,
.layout-single_editor_small .theContent p {
    font-size: calc(0.875rem + ((1vw - 0.2rem) * 0.2232)); /* 14 - 15 */
    line-height: 157%;
    font-family: var(--font-b);
font-weight: 300;
    margin-bottom: 40px;
}
.layout-single_editor_small .theContent p:last-child {
    margin-bottom: 0;
}
@media(min-width: 768px) {
    .layout-single_editor_small .theContent h1,
    .layout-single_editor_small .theContent h2,
    .layout-single_editor_small .theContent h3,
    .layout-single_editor_small .theContent h4,
    .layout-single_editor_small .theContent h5,
    .layout-single_editor_small .theContent h6,
    .layout-single_editor_small .theContent p {
        font-size: calc(0.9375rem + ((1vw - 0.48rem) * 2.2422)); /* 15 - 20 */
        line-height: 146%;
    }
}
@media(min-width: 992px) {
    .layout-single_editor_small .theContent h1,
    .layout-single_editor_small .theContent h2,
    .layout-single_editor_small .theContent h3,
    .layout-single_editor_small .theContent h4,
    .layout-single_editor_small .theContent h5,
    .layout-single_editor_small .theContent h6,
    .layout-single_editor_small .theContent p {
        font-size: 1.25rem; /* 20 */
        line-height: 150%;
    }
}