.cards-3 {
	margin-bottom: 35px;
}
.cards-3,
.cards-3 .img-cont {
	position: relative;
}
.cards-3 .slide {
	margin-bottom: 3px;
}
.cards-3 .slide .inner {
	position: relative;
}
.cards-3 .img-cont::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	height: 100%;
	pointer-events: none;
	transition:  opacity 0.5s ease-in-out;
	opacity: 0;
}
.cards-3 .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	height: 100%;
	pointer-events: none;
	background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0.01) 51%);
	transition:  opacity 0.5s ease-in-out;
}
.cards-3 .img-cont img {
	display: block;
	width: 100%;
}
.cards-3 .title-cont h2 {
	font-size: 32px;
	color: #024656;
	margin: 0;
}
.cards-3 .title-cont h3 {
	font-size: 19px;
	line-height: 28px;
	color: #1d809f;
	margin: 0 0 15px;
}
.cards-3 h4,
.cards-3 h4 a {
	font-weight: bold;
    pointer-events: all;
    font-size: 28px;
    line-height: 0.9em;
    color: #fff;
    margin: 0;
	text-transform: uppercase;
	font-family:"Mont W05 SemiBold";
	text-align: center;
	letter-spacing: 3px;
}
.cards-3 .content-section {
	padding: 0;
    pointer-events: none;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 40em) {
	.panel-two-col .cards-3 {
		margin-bottom: 0;
	}
	.cards-3 .cols {
		display: flex;
		flex-wrap: wrap;
	}
	.cards-3 .cols .slide {
		width: 50%;
		flex: 0 1 calc((100% - 4px) / 2);
		margin-right: 4px;
	}
}
@media (min-width: 40em) and (max-width: 64em) {
	.cards-3 .cols .slide:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media (min-width: 64em) {
	.cards-3 {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.cards-3 h4, 
	.cards-3 h4 a {
		font-size: 30px;
		line-height: 37px;
	}
	.cards-3 .content-section p {
		font-size: 20px;
		line-height: 34px;
	}
	.cards-3 .title-cont {
		margin-bottom: 45px;
	}
	.cards-3 .title-cont h2 {
		font-size: 50px;
	}
	.cards-3 .title-cont h3 {
		font-size: 20px;
	}
	.cards-3 .slide .inner {
		height: 100%;
		overflow: hidden;
	}
	.cards-3 .slide .img-cont {
		transform: scale(1);
		transition: transform .5s ease-in-out;
	}
	.cards-3 .slide:hover .img-cont {
		transform: scale(1.075);
		transition: transform .5s ease-in-out;
	}
	.cards-3 .img-cont {
		overflow: hidden;
	}
	.cards-3 .slide:hover .img-cont::before {
		opacity: 0.3;
		transition: opacity .5s ease-in-out;
	}
	.cards-3 .cols .slide {
		width: 32%;
		flex-basis: 0 1 calc((100% - 12px) / 3);
		flex: 0 1 calc((100% - 12px) / 3);
		margin-right: 4px;
	}
	.cards-3 .cols .slide:nth-of-type(3n) {
		margin-right: 0;
	}
}