.support-sections {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.support-sections .section:nth-child(3n) {
	margin-right: 0;
}

.support-sections .section {
	width: 298px;
	min-height: 180px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 5px;
}

.support-sections .section .no-img {
	background: #B4B4B4;
	display: inline-block;
	width: 298px;
	min-height: 180px;
	margin: 15px 0 0px 0;
}

.support-sections .section a {
	color: #19b5fe;
	font-size: 18px;
	text-decoration: none;
	font-family: 'Bender Black';
	text-transform: uppercase;
	margin: 15px 0;
	display: block;
}

.support-sections .section:hover {

}

.support-sections .section a:hover {
	color: #E40428;
	text-decoration: underline;
}

