.block-title-separator {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 28px 0;
}

.block-title-separator__line {
    flex: 1;
    height: 1px;
    background-color: #8f8f8f;
}

.wysiwyg .block-title-separator .block-title-separator__title,
.editor-styles-wrapper .block-title-separator .block-title-separator__title {
    margin: 0;
    min-width: 0;
    color: #000;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1.08px;
    white-space: nowrap;
}

@media (max-width: 782px) {
    .block-title-separator {
        flex-wrap: nowrap;
        justify-content: stretch;
        gap: 10px;
        margin: 20px 0;
    }

    .block-title-separator__line {
        flex: 1 1 24px;
        min-width: 24px;
    }

    .wysiwyg .block-title-separator .block-title-separator__title,
    .editor-styles-wrapper .block-title-separator .block-title-separator__title {
        width: auto;
        flex: 0 1 auto;
        max-width: calc(100% - 68px);
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        white-space: normal;
        word-break: break-word;
    }
}
