.core-cards-three-across {
	position: relative;
	margin-bottom: 50px;
}
.core-cards-three-across::before {
	content: '';
	background-image: url('/includes/public/assets/shared/mobile_discover_listings_bg.png');
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: -1;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
.core-cards-three-across .slide {
	margin-bottom: 20px;
}
.core-cards-three-across .inner {
	position: relative;
}
.core-cards-three-across .img-cont {
	position: relative;
	overflow: hidden;
}
.core-cards-three-across:not(.full-width) .slides {
	max-width: 971px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.core-cards-three-across .img-cont img {
	width: 100%;
}
.core-cards-three-across .content-section {
	position: relative;
    padding: 15px 0px;
}
.core-cards-three-across .content-section h4,
.core-cards-three-across .content-section h4 a {
	margin-bottom: 5px;
    font-family: 'Playfair-Display', serif;
    font-size: 20px;
    line-height: 1.5em;
    color: #353533;
    font-style: normal;
	font-weight: 700;
	position: relative;
}
.core-cards-three-across .content-section h4 {
	padding-right: 5px;
	margin-bottom: 16px;
}
.core-cards-three-across .content-section h4::after {
	content: '';
	background-image: url('/includes/public/assets/shared/cards_three_accent.png');
	position: absolute;
	width: 100px;
	height: 6px;
	pointer-events: none;
	bottom: -5px;
	left: 0;
    background-repeat: no-repeat;
}
.core-cards-three-across .content-section p {
	margin-bottom: 0;
    font-family: 'Karla', serif;
    color: #353533;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
.core-cards-three-across .title-cont {
	text-align: center;
    margin-bottom: 18px;
}
.core-cards-three-across .title-cont h2 {
	font-family: 'Playfair-Display', serif;
    font-size: 40px;
    line-height: 1em;
    color: #353533;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
.core-cards-three-across .title-cont h3 {
	font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.8px;
    color: #353533;
    font-family: 'BornReady', sans-serif;
}

@media screen and (min-width: 640px) {
	@supports (display: grid) {
		.core-cards-three-across:not(.slides-across-1) .slides {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 10px;
		}
	}
	.core-cards-three-across .title-cont {
		max-width: 971px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.core-cards-three-across::before {
		content: '';
		background-image: url('/includes/public/assets/shared/listings_discover_bg.png');
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
		z-index: -1;
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.core-cards-three-across {
		margin-bottom: 50px;
		max-width: 1064px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1024px) {
	@supports (display: grid) {
		.core-cards-three-across.slides-across-2:not(.full-width) .slides {
			-ms-grid-columns: 1fr 40px 1fr;
		}
		.core-cards-three-across.slides-across-3 .slides {
			grid-template-columns: 1fr 1fr 1fr;
			-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
		}
		.core-cards-three-across.slides-across-3.full-width .slides {
			-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
		}
		.core-cards-three-across.slides-across-4 .slides {
			grid-template-columns: 1fr 1fr 1fr 1fr;
			-ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
		}
		.core-cards-three-across.slides-across-4.full-width .slides {
			-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
		}
		.core-cards-three-across:not(.full-width) .slides {
			column-gap: 60px;
		}
	}
	.core-cards-three-across:not(.full-width) .slide {
		margin-bottom: 30px;
	}
	.core-cards-three-across .content-section {
		padding: 5px 0;
	}
	.core-cards-three-across .title-cont h2 {
		font-size: 60px;
	}
	.core-cards-three-across .title-cont h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.core-cards-three-across .content-section h4, 
	.core-cards-three-across .content-section h4 a {
		line-height: 1.2em;
	}
	.core-cards-three-across {
		margin-bottom: 45px;
	}
}

/* Internet Explorer Fallback */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px) {
	.core-cards-three-across:not(.slides-across-1) .slides {
		display: flex;
		flex-wrap: wrap;
		max-width: 1036px;
	}
	.core-cards-three-across:not(.slides-across-1) .slide {
		width: 50%;
	}
	.core-cards-three-across .slide {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {
	.core-cards-three-across.slides-across-2 .slide {
		width: 50%;
	}
	.core-cards-three-across.slides-across-3 .slide {
		width: 33.33333%;
	}
	.core-cards-three-across.slides-across-4 .slide {
		width: 25%;
	}
	.core-cards-three-across .slide {
		padding-left: 30px;
		padding-right: 30px;
	}
}