.stm_separator_style_1 .stm_separator {
    display: block;
    width: 46px;
    height: 5px;
    margin: 0 0 21px;
}

.stm_separator_style_1 .stm_separator_doubled {
    position: relative;
}

.stm_separator_style_1 .stm_separator_doubled:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    right: 100%;
    opacity: 0;
}
