.imagebox,
.imagebox .img-cont {
	position: relative;
	margin-bottom: 18px;
}
.imagebox .slide {
	max-width: 560px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.imagebox .slide .inner {
	position: relative;
}
.imagebox .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.imagebox .img-cont img {
	display: block;
	width: 100%;
}

.imagebox .content-section .category {
	font-family: 'Mundo Sans W01 Bold';
    color: #32bbab;
    text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0;
}

.imagebox h5,
.imagebox h5 a {
	font-family: 'Mundo Sans W01 Bold';
    color: #21475a;
	font-size: 23px;
	margin: 0;
	margin-bottom: 5px;
}
.imagebox h4 a:hover {
	opacity: .7;
}

.imagebox .content-section p {
	color: #21475a;
    font-family: 'Mundo Sans W01 Regular';
    font-size: 17px;
    line-height: 24px;
}
.imagebox .content-section .read-more {
	color: #21475a;
	font-weight: bold;
	display: inline-block;
	font-family: 'Mundo Sans W01 Medium';
	text-transform: uppercase;
	/* IE, requires any display property other than inline to work
	 with pointer events all here */
	pointer-events: all;
	transition: opacity .1s;
}
.imagebox .content-section .read-more .fas {
	color: #32bbab;
}

.imagebox .content-section .read-more:hover {
	opacity: .7;
}

@media (min-width: 641px) {
	.panel-two-col .imagebox {
		margin-bottom: 0;
	}
}

@media (min-width: 1025px) {
	.imagebox {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;

	}
	.imagebox .cols {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.imagebox h4 {
		font-size: 36px;
	}

	.imagebox .content-section p {
		font-size: 17px;
		line-height: 27px;
	}
}