.blog-cards-two-across {
	margin-bottom: 80px;
}

.blog-cards-two-across .slide {
	margin-bottom: 10px;
}

.blog-cards-two-across .inner {
	position: relative;
}

.blog-cards-two-across .slides::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	margin-top: 54px;
	overflow: hidden;
	border-top: 13px solid rgb(128, 175, 185);
	border-bottom: 13px solid rgb(0, 95, 112);
	z-index: -500;
	left: 0px;
}

.blog-cards-two-across .img-cont {
	position: relative;
	overflow: hidden;
}

.blog-cards-two-across:not(.full-width) .slides {
	max-width: 1393px;
	padding-left: 17px;
	padding-right: 17px;
	margin-left: auto;
	margin-right: auto;
}

.blog-cards-two-across .img-cont::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
	background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
	pointer-events: none;
}

.blog-cards-two-across .img-cont {
	margin-bottom: 36px;
}

.blog-cards-two-across .img-cont img {
	width: 100%;
}

.blog-cards-two-across .content-section {
	left: 15px;
	bottom: 15px;
	padding-left: 20px;
}

.blog-cards-two-across .content-section h4 a::before {
	content: "";
	position: absolute;
	left: 0px;
	top: -100px;
	width: 100%;
	height: 93px;
	border-left: 2px solid rgb(105, 105, 105);
	z-index: -500;
}

.blog-cards-two-across .content-section h4,
.blog-cards-two-across .content-section h4 a {
	position: relative;
	font: 400 28px "Recoleta W05 Regular", serif;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.blog-cards-two-across .content-section h4 a { 
	color: black;
}

.blog-cards-two-across .content-section p {
	font: 400 18.5px 'proxima-nova', sans-serif;
	line-height: 1.47em;
	color: black;
	margin-bottom: 22px;
}

.blog-cards-two-across .content-section .read-more {
	display: block;
	font: 600 18px 'proxima-nova', sans-serif;
	color: #857550;
	margin-bottom: 58px;
}

@media screen and (min-width: 640px) {
	@supports (display: grid) {
		.blog-cards-two-across:not(.slides-across-1) .slides {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 10px;
		}
	}
	.blog-cards-two-across .content-section:before {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	@supports (display: grid) {	
		.blog-cards-two-across.slides-across-3 .slides {
			grid-template-columns: 1fr 1fr 1fr;
		}
	
		.blog-cards-two-across.slides-across-4 .slides {
			grid-template-columns: 1fr 1fr 1fr 1fr;
		}
	
		.blog-cards-two-across:not(.full-width) .slides {
			column-gap: 27px;
		}
	}
	
	.blog-cards-two-across:not(.full-width) .slide {
		margin-bottom: 40px;
	}

	.blog-cards-two-across .content-section {
		left: 32px;
		bottom: 32px;
		margin: 56px 32px 0px 0px;
		padding: 0 67px;
	}

	.blog-cards-two-across .content-section p {
		margin-bottom: 25px
	}
	.blog-cards-two-across .content-section h4,
	.blog-cards-two-across .content-section h4 a {
		font: 400 48px "Recoleta W05 Regular", serif;
		line-height: 1.2em;
		margin-bottom: 5px;
		letter-spacing: 1.1px;
	}
	
}

@media screen and (min-width: 1440px) {
	.blog-cards-two-across .content-section h4 a::before {
		left: 8px;
		height: 92px;
	}

	.blog-cards-two-across .slides::before {
		margin-top: 168px;
		border-top: 27px solid rgb(128, 175, 185);
		border-bottom: 27px solid rgb(0, 95, 112);
	}
}

/* Internet Explorer Fallback */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px) {
	.blog-cards-two-across:not(.slides-across-1) .slides {
		display: flex;
		flex-wrap: wrap;
	}

	.blog-cards-two-across:not(.slides-across-1) .slide {
		width: 50%;
	}

	.blog-cards-two-across .slide {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {
	.blog-cards-two-across.slides-across-2 .slide {
		width: 50%;
	}

	.blog-cards-two-across.slides-across-3 .slide {
		width: 33.33333%;
	}

	.blog-cards-two-across.slides-across-4 .slide {
		width: 25%;
	}

	.blog-cards-two-across .slide {
		padding-left: 20px;
		padding-right: 20px;
	}
}