section.block-6-teaser {
	overflow: hidden;
}

section.block-6-teaser .textCol h1, section.block-6-teaser .textCol h2, section.block-6-teaser .textCol h3, section.block-6-teaser .textCol p, section.block-6-teaser .textCol a, section.block-6-teaser .textCol  {
	color: var(--white);
}

section.block-6-teaser .imgCol{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

section.block-6-teaser .imgCol:before{
	content: '';
	position: absolute;
	top: 0;
	left: 80%;
	height: 100%;
	width: 100vw;
	z-index: -1;
}

section.block-6-teaser .imgWrap{
	width: 100%;
	height: 60%;
	background-size: cover;
	background-position: center;
}

section.block-6-teaser .textCol{
	padding-top: 7rem;
	padding-bottom: 7rem;
}

section.block-6-teaser .textWrap ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: inline-block;
}

section.block-6-teaser .textWrap li{
	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	border-bottom: 1px solid var(--white);
}

section.block-6-teaser .textWrap li:before{
	content: '→';
	margin-right: 1rem;
}

section.block-6-teaser .singleIconWrap{
	margin-top: 3rem;
	margin-right: 3rem;
}

section.block-6-teaser .singleIconWrap img{
	width: inherit;
	height: 4rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}

@media( max-width: 767px){
	section.block-6-teaser .imgCol{
		min-height: 25rem;
	}
	section.block-6-teaser .imgWrap{
		height: 100%;
	}
	section.block-6-teaser .imgCol:before{
		top: 80%;
		left: -50vw;
		width: 200vw;
		height: 1000rem;
		z-index: -1;
	}
}