.container {
	width: 1170px;
	margin: auto auto auto auto;
}
/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}
.areaIcon{
	width: 50px;
	height: 50px;
}
.clearfix {
    display: block;
}
.h2, h2 {
    font-size: 30px;
	margin-top: 20px;
    margin-bottom: 10px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	font-style: normal;
}
h2,p{
	padding-left: 0px;
}
