.block.resources {
	padding-top: 2.5rem;
}
.block.resources h2 {
	margin-bottom: 1.5rem;
}
.block.resources .copy {
	text-align: center;
	width: 80%;
	margin: 0 auto 3rem;
}
.block.resources .resource-container {
	display: block;
	background-size: cover;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	color: white;
	text-decoration: none;
	margin-bottom: 1.5rem;
	padding-bottom: 4.5rem;
}
.block.resources .resource-container h3 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #6c1a76;
	text-align: center;
	margin: 0;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	font-weight: normal;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.block.resources .resource-container {
		height: 300px;
	}
}