.q-story__header-box {
	background-image:url('../png/q-cintas-bg.png');
	background-size:cover;
	color: #FFF;
}
.highlight-color {
 background-color: #012169; 

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

.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:30px
}
.size-num {
	font-size:50px
}

.q-story-quote-block blockquote p {
	font-size:18px
}
@media (min-width: 720px) {
    .q-story-quote-block blockquote p {
        font-size: 28px;
    }
}
@media (min-width: 1240px) {
    .q-story-quote-block blockquote p {
        font-size: 42px;
    }
}
@media (min-width:720px) {
	.q-story__header-logo {
		margin-bottom:0px
	}
	.size-num {
    font-size: 64px;
	}
}