.quotes {
	width:750px;
	max-width:100%;
	margin:64px auto;
	position:relative;
	/* font-style:italic; */
}

.quotes:before {
	content:"";
	position:absolute;
	width:170px;
	height:127px;
	left:-120px;
	top:-20px;
	background-image:url(assets/quotes/quotes.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;	
}

.quotes_blue:after {
	content:"";
	position:absolute;
	width:100vw;
	height:1000px;
	bottom:-24px;
	transform:translateX(-50%);
	left:50%;
	background:#F2FCFF;
	z-index:-1;
}
#vn .quotes {
	padding-bottom:48px;
}
#vn .quotes_blue:after {
	height:450px;
}

#yar .quotes {
	padding-bottom:48px;
}
#yar .quotes_blue:after {
	height:750px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.quotes {
		width:calc(100% - 70px);
		margin:0 10px 0 60px;
		
	}


	.quotes:before {
		content:"";
		position:absolute;
		width:85px;
		height:64px;
		left:-60px;
		top:-10px;
		background-image:url(assets/quotes/quotes.png);
		background-position:center;
		background-size:contain;
		background-repeat:no-repeat;	
	}
	
	.quotes_blue:after {
		display:none;
		width:calc(100vw + 32px);
		transform:none;
		left:-16px;
	}




}

@media screen and (max-width:480px){

}
