.content-card {
	display: table-cell;
	vertical-align: top;
	width: 2%;
}

.content-card a,
.content-card .container {
	display: block;
	padding: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content-card.use-light-text {
	color: white;
}

.content-card .heading {
	display: block;
	margin-bottom: 18px;
	font-size: 28px;
	font-weight: bold;
}

.content-card .description {
	display: block;
	margin-bottom: 18px;
	font-size: 18px;
}

.content-card .button {
	display: inline-block;
}