.companyFeaturesWrap, .companyFeaturesCont, .companyFeature, .companyFeatureIconCont, .companyFeatureIcon, .companyFeatureTextCont, .companyFeatureTitle, .companyFeatureText, .compFeat, #main .companyFeatureTitle h2{
	float:left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	width:100%;
	}
#main .companyFeatureTitle h2{
	text-align:left;
	}
.companyFeaturesCont{
	padding:30px 0;
	}
.companyFeatureIconCont{
	height:88px;
	width:88px;
	}
.companyFeature{
	padding:0 15px 30px 15px;
	width:33.33333333%;
	}
.companyFeatureTextCont{
	padding:0 0 0 15px;
	width:75%;
	}
.compFeat{
	color: #34394a;
	text-align:center;
	line-height: 88px;
	display: inline-block;
    font-size: 36px;
	padding:0;
	margin:0;
	}
.companyFeatureIcon {
    border: 2px solid #34394a;
    border-radius: 45px;
    float: left;
    height: 100%;
    text-align: center;
    width: 100%;
}
#main .companyFeatureTitle h2{
	color:#FD0D6D;
	font-size: 17px;
	line-height:24px;
    padding: 0 0 5px;
	margin:0;
    text-transform: uppercase;
	}
.companyFeatureText p{
	font-size: 15px;
	line-height:24px;
	margin:0;
	padding:0;
	}
.fa-car:before{
	content: "\f1b9";
	}
.fa-lock:before{
	content:"\f023";
	}
.fa-calendar:before{
	content:"\f073";
	}
.fa-paperclip:before{
	content:"\f0c6";
	}
.fa-phone:before{
	content:"\f095";
	}
.fa-trophy:before{
	content:"\f091";
	}
.fa-euro:before{
	content:"\f153";
	}
.fa-comments:before{
	content:"\f086";
	}
/*  RESIZE AT LESS THAN 1170 PIXELS */
@media only screen and (max-width: 1170px){
.companyFeature{
	width:50%;
	}
}
/*  RESIZE AT LESS THAN 960 PIXELS */
@media only screen and (max-width: 960px){
.companyFeatureTextCont{
	width:232px;
	}
}
/*  RESIZE AT LESS THAN 720 PIXELS */
@media only screen and (max-width: 720px){
.companyFeatureIconCont {
    display: block;
    float: none;
    margin: auto;
	}
.companyFeature{
	height:250px;
	}
.companyFeatureTextCont{
	width:100%;
	}
#main .companyFeatureTitle h2, .companyFeatureText p{
	text-align:center;
	}
}
/*  RESIZE AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px){
.companyFeature{
	height:auto;
	width:100%;
	}
}
/*  RESIZE AT LESS THAN 360 PIXELS */
@media only screen and (max-width: 360px){
}