.features-grid{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.features-grid .column{
	margin: 0;
	padding-left: 25px;
	/*margin-bottom: 50px;*/
}

.features-grid .column h3{
	font-weight: 600;
	margin-bottom: 10px;
}

.features-grid .column img{
	margin-bottom: 10px;
	max-width: 32px;
}

.features-grid .column p{
	font-size: 16px;
	font-weight: 300;
}

@media only screen and (max-width: 940px) {
	.features-grid .column{
		margin: 0 auto;
		padding-left: 0;
		text-align: center !important;
	}
	.features-grid .column .module{
		text-align: center !important;
	}
}