.card .type-caption,
.card .divided-after,
.card:nth-of-type(3) .figure,
.card .figure img {
	display: none;
}

.card .card__desc {
	padding: 25px;
	text-align: left;
}

.card .figure {
	background-position: center;
	background-size: cover;
}

.card .figure::before {
	padding-bottom: 50%;
}

.card:nth-of-type(1) .figure {
	background-image: url('../jpg/209r968nup_7672_western_lowland_gorillas_bzwebupdate.jpg'); 
}

.card:nth-of-type(2) .figure {
	background-image: url('../jpg/julie-larsen-maher_5553_african-lion%2c-male-in-wild_uga_06-21-10_hr.jpg'); 
}

.card .wysiwyg ul {
	padding-left: 34px;
}

.card .wysiwyg ul>li:before {
	background-image: url('../png/checkmark.png');
	background-size: cover;
	border: none;
	height: 24px;
	left: -19px;
	margin-top: 0;
	top: 0;
	width: 24px;
}

.card .card__inner {
	border-radius: 4px;
	overflow: hidden;
}

.card:nth-of-type(3) {
	flex: 0 1 100%;
	max-width: 100%;
	width: 100%;
}

.page-hero__media {
	background-position: center bottom;
	max-height: 650px;
}

@media all and (max-width: 767px) {
	.grid-half>.cell.card {
		flex: 0 1 100%;
		max-width: 100%;
		width: 100%;
	}
	
	.card .wysiwyg ul {
		padding-left: 40px;
	}
}