
.col {
	min-height: 1px;
	width: 50%;
	float: left;
     background: #FFF;
}


.features_list {
	margin-top: 50px;
    /*background: #FFF;*/
}

.features_list .col {
	height: 96px;
	margin-bottom: 35px;
     background: #f1f1f1;
}

.features_img {
	width: 96px;
    height: 96px;
	float: left;
}

.features_text {
	width: 380px;
	float: left;
    padding: 10px 15px;
}

.features_text span {
    font:bold 16px Arial, sans-serif;
	color: #3b3b3b;
	display: inline-block;
	margin-bottom: 7px;
    text-transform: uppercase;
}



.features_text p {
	font:16px Arial, sans-serif;
	color: #646464;
	display: inline-block;

}
