.features-banner {
	padding-top: 142px;
	padding-bottom: 150px;
	position: relative;
}

.features-banner img.image_1 {
	left: 70%;
	margin: 0 0 0 -200px;
	position: absolute;
	top: 72px;
	width: 367px;
}

.features-banner img.image_2 {
	left: calc(52% + 378px);
	position: absolute;
	top: 242px;
	width: 367px;
}

.features-banner .bg_shape {
	left: 50%;
	opacity: .05;
	position: absolute;
	top: -666px
		z-index: 0;
}

.features-banner .cont-col {
	width: 41.6666666667%;
	padding: 0 4%;
}
.features-banner .grid__row {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;

}

.features-banner .cont-col .title {
	align-items: center;
	display: flex;
	margin: 0 0 20px;
	letter-spacing: -.022em;
	font-size: 32px;
}
.features-banner .cont-col .feature-icon {
	width: 55px;
	margin-right: 15px;
}
.features-banner .cont-col .feature-icon img {
	width: 100%;
}

.features-banner .cont-col .description {
	color: #767ead;
	font-size: 20px;
	line-height: 1.45;
	margin: 0 0 50px;
}

.features-banner .cont-col .description p span {
	letter-spacing: inherit;
}

.features-banner .btns_row {
	align-items: center;
	display: flex;
	margin: 0 0 100px;
}
.features-banner .btn_item {
	margin-right: 15px;
}

.features-banner .hs-button,
.features-banner .hs-sec-btn {
	min-width: 125px;
	padding: 14px 17px !important;
}

.features-banner .testimonial {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
}
.features-banner .testimonial .quote_avatar {
	border-radius: 75px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
	flex-shrink: 0;
	height: 75px;
	width: 75px;
	overflow: hidden;

}

.features-banner .testimonial .quote_details {
	padding: 0 0 0 20px;
	text-align: left;

}
.features-banner .testimonial .quote_text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	display: block;
	margin: 0 0 24px;

}
.features-banner .testimonial .quote_bio {
	color: #767ead;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.15;
	display: block;
}

.features-banner .img_col {
	width: 58.333%;
}
.features-banner .img_col.single_img {
	position: relative;
}
.features-banner .img_col.single_img img {
	margin: 0;
	position: static;
	width: 100%;
	max-width: 100%;
}


@media (min-width: 768px) {


}

@media (min-width: 1100px) {

	.features-banner .bg_shape {
		left: calc(50% + 120px);
	}
}

@media(max-width: 1590px){
	.features-banner .img_col {
		position: relative;
	}
	.features-banner img.image_1 {
		top: 0;
		left: 0;
		margin: 0;
	}
	.features-banner img.image_2 {
		left: 290px;
		top: 170px;
	}

}

@media(max-width: 1299px){

}

@media(max-width: 1199px){

}
@media(max-width: 1100px){
	.features-banner {
		padding-top: 92px;
		padding-bottom: 100px;
	}
	.features-banner .cont-col {
		padding: 0 2%;
	}
	.features-banner .cont-col .description {
		font-size: 18px;
		line-height: 1.556;
		margin: 0 0 70px;
	}
	.features-banner .testimonial .quote_text {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 14px;
	}
	.features-banner img.image_1 {
		width: 50%;
	}
	.features-banner img.image_2 {
		width: 50%;
		left: 50%;
		top: 100px;
	}

}

@media(max-width: 991px){

}

@media(max-width: 767px){
	.features-banner {
		padding-top: 78px;
		padding-bottom: 50px;
	}
	.features-banner .bg_shape {
		display: none;
	}
	.features-banner .cont-col {
		width: 100%;
	}
	.features-banner .cont-col .description {
		text-align: center;
		margin: 0 0 20px;

	}
	.features-banner .btns_row {
		justify-content: center;
	}

	.features-banner .img_col {
		width: 100%;
		text-align: center;
	}
	.features-banner img.image_1, 
	.features-banner img.image_2 {
		max-width: 240px;
		position: static;
		width: 100%;
		display: block;
		margin: 30px auto 0;
	}

	.features-banner .img_col.single_img img {
		max-width: 500px;
		margin: 30px auto 0;
	}
	.features-banner .cont-col .title {
		justify-content: center;
		font-size: 2em;
		text-align: center;
	}
	.features-banner .btns_row {
		margin: 0 0 40px;
	}
	.features-banner .cont-col {
		padding: 0;
	}
}

@media(max-width: 480px){
	.features-banner .testimonial {
		flex-direction: column;
	}
	.features-banner .testimonial .quote_details {
		width: 100%;
		padding: 20px 0 0;
	}
}








