.q-story__header-box {
	background-image:url('../jpg/q-idb-bg.jpg');
	background-size:cover;
	color: #FFF;
}
.highlight-color {
 background-color: #035568;

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

.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
 }
}
ul.q-story-content-txt{
	padding-left:15px
}
.q-story-carousel-container {
	margin-top: 128px;
}
.q-story-carousel-slides-wrapper {
	padding: 0 30px;
	margin-top: 80px;
}
@media (min-width:720px) {
	.q-story-carousel-slides-wrapper {
		margin-top: 130px;
	}
}
.q-story-carousel-dash {
	margin: 0 0 0 auto;
}
.q-story-carousel-dash svg {
	width: 36px;
	height: 6px;
}
.q-story-carousel-1 .slide {
	width: 425px;
	background: rgba(1, 157, 218, 0.07);
	border: 1px solid rgba(1, 157, 218, 0.15);
	backdrop-filter: blur(7.4px);
	border-radius: 5px;
	height: auto;
}
.q-story-carousel-1 .slide .slide-content {
	padding: 30px;
}
.q-story-carousel-1 .slide .slide-content p{
	font-family: "Gotham", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	line-height: 1.38;
	letter-spacing: -0.02em;
	color: #333B46;
}
.q-story-carousel-1 .swiper-wrapper {
	height: unset;
}
@media (min-width:1600px) {
	.q-story-carousel-1 .slide {
		max-width:434px;
		margin-right:0px !important
	}
	.q-story-carousel-1 .swiper-wrapper {
		justify-content: center;
	}
	.q-story-carousel-1 .slide:nth-child(2) {
		margin:0 30px !important;
	}
}