.quote-img {
	padding: 40%;
	background-position: center;
}

.quote-text {
	border-left: 1px solid #aaa;
}

.quote-text-wrap h4 {
	font-family: 'Poppins-MediumItalic';
	text-transform: inherit;
	line-height: 150%;
}

.quote-text-wrap h6 {
	font-family: 'Poppins-SemiBold';
	margin-bottom: 5px;
}

.quote-text-wrap p {
	font-family: 'Poppins-LightItalic';
}

.sec-quote .team-intro-bg-icon {
	top: -350px;
	left: 350px;
}

.quote-icons {
	position: absolute;
	width: 65%;
	height: 100%;
	right: 0;
	bottom: 0;
	background-image: url(../img/svg/ico-quote-bg-2.svg);
	background-position: bottom right;
}




/*========== RESPONSIVENESS ==================*/

@media screen and (max-width: 1320px) {
	
	.sec-quote .team-intro-bg-icon {
		top: -300px;
	}
	
}



@media screen and (max-width: 1024px) {
	
	.sec-quote .team-intro-bg-icon {
		top: -275px;
	}
	
}




@media screen and (max-width: 768px) {
	
	.sec-quote .team-intro-bg-icon {
		top: -275px;
	}
	
	.quote-img-wrap,
	.quote-text-wrap {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.quote-text-wrap {
		padding-top: 25px;
	}
	
}