.help-div.customer-support {
	background: white; 
	display: block; 
	text-decoration: none; 
	padding: 15px; 
	min-height: 210px;
}

.help-div.customer-support img {
	max-height: 46px;
	margin-bottom:15px;
}

.help-div.customer-support h3 {
	color: #333333; margin: 0; 
	font-size: 1.25em; 
	line-height: 1.2em; 
	font-family: 'VM Circular Bold', Arial, sans-serif; 
	margin-bottom: 8px;
}

.help-div.customer-support p {
	font-family: 'VM Circular Book', Arial, sans-serif;
}

.large-image .help-div.customer-support img {
	max-width: 50%;
	max-height: none;
}

@media (max-width: 619px) {
	.large-image .help-div.customer-support img {
		max-width: 100%;
	}
}