@charset "UTF-8";

 
@media only screen and (max-width: 1024px) {
 	 
}


@media only screen and (max-width: 991px) {
	.figureWrap {
		display: none;
	}
	.two-colArea {
		height: auto;
		padding: 25px 25px; 
	}
	.tow-colContent-wrap p {
		width: 100%;
	}
	.rt-text, .lt-text {
		text-align: center;
	}
	.tow-colContent h2 span {
		display: inline-block;
	}
	.tow-colContent h2 {
		margin-bottom: 15px;
	}
	.workFlow, .mainFooter {
		margin:15px auto;
	}
} 
@media only screen and (max-width: 767px) {
	 
}
@media only screen and (max-width: 580px) {
	 	
}
@media only screen and (max-width: 480px) {
	 
}