/** === Separator Block === */
.wp-block-separator{
	max-width: 200px;
	border-bottom-width: 0;
}
.wp-block-separator.is-style-wide{
	max-width: 100%;
	border-bottom-width: 0;
}
.wp-block-separator{
    clear: both;
    margin-bottom: 25px;
    margin-top: 25px;
}

