.help-div.customer-support-small {
	background: white; 
	display: block; 
	text-decoration: none; 
	padding: 25px 15px; 
}

.help-div.customer-support-small img {
	display: inline-block;
	position: relative;
    top: 2px;
    margin-right: 5px;
}

.help-div.customer-support-small h3 {
	color: #333333; margin: 0; 
	font-size: 1.25em; 
	line-height: 1.2em; 
	font-family: 'VM Circular Bold', Arial, sans-serif; 
	margin-bottom: 8px;
	display: inline-block;
}

@media (max-width: 619px) {
    .help-div.customer-support-small h3 {
        font-size: 1em;
	}
}