.q-story__header-box {
	background-color: #333;
	background-size:cover;
	color: #FFF;
}
.highlight-color {
 background-color: #333333; 

}
.q-story-content-dash svg path,
.q-story-quote-dash svg path,
.q-story-carousel-dash svg path {
	fill: #333333;
}

.q-story-content-heading {
	width:50%
}

@media (min-width:600px) {
	.q-story-content-heading {
		width:100%
	}
}

.q-story__header-content h1 {
	font-weight:600
}

@media (min-width:720px) {
	.q-story__header-content h1 {
	font-weight:700
 }
}

.q-story__header-logo {
	margin-bottom:20px
}

@media (min-width:720px) {
	.q-story__header-logo {
		margin-bottom:0px
	}
}