/** === Separator Block === */
.wp-block-separator,
body .section-content .wp-block-separator:not(.is-style-wide){
    max-width: 180px;
    height: 1px;
}
.wp-block-separator:not(.is-style-dots){
    border: none;
}
.is-style-wide{
    max-width: 100%;
    width: 100%;
}
.section-content .is-style-wide{
    max-width: 100%;
}

.wp-block-separator{
	margin-bottom: 26px;
	clear: both;
}