#help-us a.help-item {
	display: block;
	width: 100%;
	height: 6rem;
	background: #FFF;
	padding: 0 2rem;
	margin-bottom: 1rem;
	line-height: 6rem;
	text-align: center;
	box-shadow: 1px 1px 3px #EEE;
	transition: all 0.2s ease;
}

#help-us a.help-item:hover {
	background: #00BFBA;
	color: #FFF;
}