/*.custom_heading_wrap{
	text-align: center;
	display: flex;
	padding: 0 0 60px;
	align-items: center;
}
.custom_heading_wrap:before,
.custom_heading_wrap:after{
	content: '';
	height: 2px;
	width : 100%;
	background : var(--wp--preset--color--brand-1);
}
.custom_heading_wrap:before{
	margin-right: 5px;
}
.custom_heading_wrap:after{
	margin-left: 5px;
}
.custom_heading_wrap .wp-block-heading{
	font-size: 36px;
	white-space: nowrap !important;
	margin: 0;
}

@media (min-width: 767px){
	.custom_heading_wrap:before{
		margin-right: 25px;
	}
	.custom_heading_wrap:after{
		margin-left: 25px;
	}
	.custom_heading_wrap .wp-block-heading {
		font-size: 40px;
	}
}*/