/** === Separator Block === */
.wp-block-separator.is-style-dots {
	background: none;
	border: none;
	height: auto;
	line-height: 1;
	max-width: none;
	text-align: center;
}
.wp-block-separator.is-style-dots:before {
    content: ". . . . . . . . . . . . . . . . . . . . ";
    font-family: serif;
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 0;
	opacity: .3;
	@include mq('md') {
		letter-spacing: 5px;
	}
}

hr{
	border: none;
	height: 1px;
	width: 100%;
	display: block;
}