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

.arrow-round-list ul {
    padding-left: 130px;
}
.arrow-round-list{
    width: 280px;
    margin: 0 auto 20px ;
}
.section-1 .content{
	padding-top: 100px;
}
.home-bg{
	min-height: 450px;
}

.what_we_do-section-2 .right-col-title,
.what_we_do-section-2 .col-text{
	text-align: center;
}
.what_we_do-section-2 .left-col{
	display: none;
}
.what_we_do-section-2 .right-col{
	padding: 20px 0;
	width: 100%;
	min-height: 0;
}
.what_we_do-section-2 .col-text{
	padding: 10px 0;
}
.width-col .content-list{
	width: 100%;
}
.what_we_do-section-2 .right-col-title:after{
	left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.third-block-content-list ul {
    margin-top: 10px;
    padding-left: 28px;
}
.header-menu{
	display: none;
}
.header-bottom-line{
	position: relative;
}
.toggle-menu{
	width: 100%;
	position: absolute;
	top: 80px;
	margin-left: -10px;
	z-index: 2;
}
.toggle-menu li{
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
}
.toggle-menu a{
	font-size: 18px;
  height: 40px;
  display: block;
  line-height: 40px;
	color: #6e7179;
}
.toggle-menu a:hover{
	color: #f4a13d;
}
.toggle-menu-button {
    display: block;
    float: right;
    font-size: 30px;
    line-height: 80px;
    color: #6e7179;
    padding-right: 15px;
	z-index: 2;
    
}
.toggle-menu-button:active{
	color: #f4a13d;
}
}