#spire-heading-bg-wrap-outer{
	max-width: 600px;
}
.spire-heading-bg{
	display: inline;
	clear: both;
	border: 1px solid red;
	position: relative;
	line-height: 1.2;
	white-space: pre-wrap;
	border: 0 solid var(--global-palette9, #fff);
	border-width: 0.25em 0; 
}

.spire-heading-bg,
.spire-heading-bg:after{
  background-color: var(--global-palette9, #fff);
}

.spire-heading-bg:after {
	content: "";
	position: absolute;
	top: -5px;
	right: 100%;
	bottom: -5px;
	width: 5px;
}
.spire-title-bg:after {
	top: -8px;
	bottom: -8px;
	width: 5px;
	background-color: var(--global-palette9, #fff);;
}

:root .spire-heading-bg > span {
	position: relative;
	z-index: 1;
}

.spire-title-bg{
	font-size: 32px;
	line-height: 40px;
	font-weight: 200;
}
@media (min-width: 768px) {
	.spire-title-bg{
		font-size: 40px;
		line-height: 50px;
		font-weight: 200;
	}
	.spire-title-bg:after {
		top: -10px;
		bottom: -10px;
		width: 5px;
		background-color: var(--global-palette9, #fff);;
	}
}

.spire-heading-bg-wrap{
	margin-bottom: 10px;
	/* border: 1px solid green; */
}


.spire-introtxt-bg{
	font-size: 19px;
	line-height: 26px;
	font-weight: 300;
}
@media (min-width: 768px) {
	.spire-introtxt-bg{
		font-size: 22px;
		line-height: 30px;
		font-weight: 300;
	}
	.spire-introtxt-bg:after {
		content: "";
		position: absolute;
		top: -5px;
		right: 100%;
		bottom: -5px;
		width: 5px;
	}
}

