.wp-block-process-separator {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    line-height: 0;
}
.wp-block-kmr-separator__inner {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.wp-block-kmr-separator__inner:before,
.wp-block-kmr-separator__inner:after {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top-color: #333;
    border-top-style: solid;
    -webkit-mask: var(--my-background-image);
    -webkit-mask-size: 6px 100%;
    -webkit-mask-repeat: repeat-x;
}
.wp-block-kmr-separator-element {
    margin-right: 15px;
    margin-left: 15px;
    color: #333;
    fill: #333;
}
.wp-block-kmr-separator-element svg {
    font-size: 43px;
    width: 43px;
    height: 43px;
    line-height: 43px;
}