.featured-cards {
	margin-bottom: 65px;
}
.featured-cards,
.featured-cards .img-cont {
	position: relative;
}
.featured-cards .slide {
	margin-bottom: 11px;
}
.featured-cards .slide .inner {
	position: relative;
}
.featured-cards .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}
.featured-cards .img-cont img {
	display: block;
	width: 100%;
}
.featured-cards h4,
.featured-cards h4 a {
	color: #fff;
	font-weight: bold;
	pointer-events: all;
	font-family: ibm-plex-sans-condensed, sans-serif;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 7px;
}
.featured-cards .content-section {
	padding: 0 25px;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 10;
	pointer-events: none;
}
.featured-cards .content-section .read-more {
	font-family: ibm-plex-sans-condensed, sans-serif;
	font-size: 15px;
	line-height: 27px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #dbe442;
}
.featured-cards .title-cont {
	text-align: center;
	margin-bottom: 25px;
}
.featured-cards .title-cont h2,
.featured-cards .title-cont h2 a {
	font-family: ibm-plex-sans-condensed, sans-serif;
	color: #007672;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 800;
}
.featured-cards .title-cont .view-all {
	font-family: ibm-plex-sans-condensed, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 28px;
	color: #007672;
	font-weight: 600;
	background-color: #dbe442;
	padding: 10px 48px;
	letter-spacing: 1px;
}
.featured-cards .cols {
	margin: 0 20px;
}
@media (min-width: 40em) {
	.panel-two-col .featured-cards {
		margin-bottom: 0;
	}
	.featured-cards .title-cont .view-all {
		height: 50px;
		margin-left: 30px;
		padding: 10px 40px;
	}
	.featured-cards .title-cont .view-all:hover {
		color: #dbe442;
		background-color: #007672;
		transition: background-color 4ms ease;
	}
	.featured-cards .title-cont {
		display: flex;
		justify-content: center;
	}
	.featured-cards .cols {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.featured-cards .cols .slide {
		flex: 0 1 calc((100% - 10px) / 2);
		margin-right: 10px;
	}
	.featured-cards .cols .slide:nth-of-type(even) {
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.featured-cards {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.featured-cards .cols {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.featured-cards .cols .slide {
		flex: 0 1 calc((100% - 30px) / 4);
		margin-right: 10px;
		width: 24.55%;
	}
	.featured-cards .cols .slide:nth-of-type(even) {
		margin-right: 10px;
	}
	.featured-cards .cols .slide:nth-of-type(4n) {
		margin-right: 0;
	}
	.featured-cards h4,
	.featured-cards h4 a {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 0;
	}
}