
@media screen and (max-width: 660px){

.section-3 .left-col{
	width: 100%;
	min-height: 400px;
}
.section-3 .right-col{
	width: 100%;
	min-height: 0;
	text-align: center;
}
.right-col-title:after{
		left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.right-col-content-wrapper {
    padding: 20px;
    max-width: 100%;
}
.title-text{
	font-size: 60px;
}
.title-pre-text{
	font-size: 22px;
}
.section-4 .col-left{
	display: none;
}
.section-4 .col-right{
	width:100%;
	padding-bottom: 20px;
	text-align: center;
}
.arrow-round-list{
	text-align: left;
}
.section-4 .button{
	margin:0;
}
.section-4 .section-pre-title{
	padding-top: 20px;
	line-height: 30px;
}
.section-2 {
    padding-bottom: 40px;
}
.first-block{
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
}
.first-block br{
	display: none;
}
.second-block-content{
	font-size: 14px;
	line-height: 24px;
	padding: 10px;

}
.second-block{
    padding: 20px 0 0 0;
}
.second-block-content:before {
    height: 33px;
    top: -20px;
}
.third-block-content{
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
}
.third-block-content li{
	font-size: 14px;
	line-height: 24px;
	}
.fourth-block-text{
	font-size: 14px;
	line-height: 24px;
}
.fourth-block-list li {
    font-size: 14px;
    margin-left: 40px;
}
.third-block-content-list ul {
    margin-top: 10px;
    padding-left: 28px;
}
.footer{
	padding-top: 20px;
}
.footer-text{
	padding: 20px 0;
}
.page-bg {
    min-height: 200px;
}
/*who we are*/
.who_we_are-section-2 .right-col-content-wrapper{
	padding: 20px 10px;
}
.who_we_are-section-3 .section-col{
	width: 100%;
}
.who_we_are-section-3 .section-text{
	margin: 0 0 0 30px;
}
.who_we_are-section-3 .section-title {
    font-size: 26px;
    line-height: 50px;
}

/*contact*/
.contact-section-2{
    padding: 20px 0;
}
.contact{
    width: 100%;
}
.form{
	margin-top: 20px;	
}
.input{
	width: 100%;
	margin-top: 20px;
}
.form .button{	
	margin-top: 20px;
}
}