.inner-content {
	padding: 4em;
	margin-top: 6em;
}

.inner-content .headline {
	position: relative;
}

.inner-content .headline h1 {
	font-size: 4em;
	margin-bottom: 1em;
}

.inner-content .headline h2 {
	font-size: 2em;
	font-weight: 300;
	position: relative;
	margin-bottom: 3em;
}

.inner-content .headline h2::after {
	content: " ";
	position: absolute;
	top: 3em;
	left: 0;
	height: 2px;
	width: 5em;
	background-color: #fbfbff;
	z-index: 2;
}

.inner-content .category-cards.cg-3 .category-card-wrap .category-card {
	background-size: cover;
	background-position: center;
	min-height: 30em;
	border-radius: 8px;
	padding: 2em;
	display: block;
	float: left;
	width: 100%;
}

.inner-content .category-cards.cg-4 .category-card-wrap .category-card {
	background-size: cover;
	background-position: center;
	min-height: 12em;
	border-radius: 8px;
	padding: 2em;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

.inner-content .category-cards .category-card-wrap .category-card > * {
	position: relative;
	z-index: 2;
}

.inner-content .category-cards .category-card-wrap .category-card h3 {
	font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 2em;
    margin-bottom: .5em;
	color: #fbfbff;
}

.inner-content .category-cards .category-card-wrap .category-card::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #22294b;
	opacity: .4;
	z-index: 1;
	transition: opacity .25s ease-in-out;
}

.inner-content .category-cards .category-card-wrap .category-card:hover::after {
	opacity: .8;
}

.inner-content .category-cards .category-card-wrap .category-card:hover { 
	text-decoration: none;
}

.inner-content #soc-med-block {
	position: relative;
	margin-top: 2em;
	overflow: hidden;
}

.inner-content #soc-med-block .soc-med-block-icon {
	display: inline-block;
	padding-right: 2em;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}

.inner-content #soc-med-block .soc-med-block-icon:hover {
	opacity: .5;
	cursor: pointer;
}

.inner-content #soc-med-block::after {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 2em;
	height: 2px;
	width: 15em;
	background-color: #fbfbff;
	z-index: 2;
}

@media screen and (max-width: 992px) {
	.inner-content {
		padding: 0 1.5em;
	}

	.inner-content .headline h1 {
		font-size: 2.5em;
	}

	.inner-content .headline h2 {
		font-size: 1.4em;
	}

	.inner-content #soc-med-block {
		display: none;
	}

	.inner-content .category-cards {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	.inner-content .category-cards.cg-3 .category-card-wrap .category-card,
	.inner-content .category-cards.cg-4 .category-card-wrap .category-card {
		height: 15em;
		margin-bottom: 2em;
		min-height: unset;
		padding: 1em;
	}

	.inner-content .category-cards .category-card-wrap .category-card h3 {
		font-size: 1.4em;
	}
}
