/* Page Specific CSS for Homepage */

.service-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.service-card-link:visited {
	color: inherit;
}

.service-card-link:hover,
.service-card-link:active,
.service-card-link:focus {
	color: inherit;
	text-decoration: none;
}