.page-banner.float_l {
    background-image: url(../images/page-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -44px;
}
.page-title.float_l {
    font-size: 50px;
    line-height: 56px;
    color: #fff;
    padding: 155px 0 12px 0;
}
.we-serve-info.float_l {
    background-image: url(../images/we-serve-info-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding: 60px 0;
}
.we-serve-info .heading {
    font-size: 34px;
    font-family: 'Avenir Light';
    line-height: 40px;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.we-serve-boxes.float_l {
    padding: 30px 0 80px 0;
}
.we-serve-box, .we-serve-box a, .we-serve-box img, .we-serve-box .text {
    float: left;
}
.we-serve-box {
    width: 48%;
    margin: 14px 1%;
    background-color: #f1f8e5;
}
.we-serve-box a.thumb {
    width: 51%;
}
.we-serve-box .text {
    width: 49%;
    padding: 0 25px;
}
.we-serve-box .text .s-title {
    font-size: 21px;
    color: #4bcb08;
    line-height: 27px;
    margin: 15px 0 12px 0;
}
.we-serve-box .text a.more {
    font-weight: bold;
    color: #4bcb08;
}
.we-serve-box .text a.more:hover {
    text-decoration: underline;
}









@media screen and (max-width: 1362px) {
	.page-banner.float_l, .we-serve-info.float_l {
	  background-size: cover;
	}
	.we-serve-info.float_l, .we-serve-boxes.float_l {
	  padding: 30px 0;
	}
	.we-serve-info .heading {
	  margin: 0 0 10px;
	}
	.we-serve-box a.thumb {
	  width: 40%;
	}
	.we-serve-box .text {
	  padding: 0 10px 10px 20px;
	  width: 60%;
	}
	.we-serve-box {
	  min-height: 205px;
	}
}
@media screen and (max-width: 992px) {
	.page-title.float_l {
	  font-size: 36px;
	  line-height: 42px;
	  padding: 130px 0 10px;
	}
	.we-serve-info .heading {
	  font-size: 26px;
	  line-height: 32px;
	}
	.we-serve-box {
	  min-height: 255px;
	}
	.we-serve-box a.thumb {
		width: 100%;
		text-align: center;
	}
	.we-serve-box a.thumb img {
		float: none;
		width: 100%;
	}
	.we-serve-box .text {
		width: 100%;
		clear: both;
	}

}
@media screen and (max-width: 767px) {
	.page-title.float_l {
	  font-size: 28px;
	  line-height: 34px;
	  padding: 100px 0 10px;
	}
	.we-serve-info.float_l {
	  text-align: left;
	}
	.we-serve-box {
	  margin: 10px 0;
	  min-height: auto;
	  width: 100%;
	}
	.we-serve-box a.thumb {
	  display: none;
	}
	.we-serve-box .text {
	  padding: 10px;
	  width: 100%;
	}
	.we-serve-box .text .s-title {
	  margin: 0 0 10px;
	}
}