.postcard {
	padding-left: 15px;
	padding-right: 20px;
	background-color: #ffecc7;
	margin-bottom: 35px;
}
.postcard,
.postcard .img-cont {
	position: relative;
}
.postcard .cols {
	padding: 25px 30px 30px;
	position: relative;
	background-color: #fff;
}
.postcard .cols::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
	border: solid 1px #abbc22;
	z-index: 1;
	pointer-events: none;
}
.postcard .slide {
	margin-bottom: 0;
}
.postcard .slide .inner {
	position: relative;
}
.postcard .img-cont img {
	display: block;
	width: 100%;
	margin-bottom: 7px;
}
.postcard h4,
.postcard h4 a {
	pointer-events: all;
    font-family: "open-sans";
    text-transform: uppercase;
    color: #8e7959;
    font-size: 17px;
    line-height: 1.2em;
    letter-spacing: 1.02px;
	font-weight: 700;
	margin-bottom: 2px;
}
.postcard .content-section p {
	color: #333;
    font-size: 17px;
    line-height: 1.2em;
    font-family: open-sans, sans-serif;
    font-style: normal;
    font-weight: 600;
	text-rendering: optimizeLegibility;
	margin-bottom: 0;
}
.postcard .content-section .read-more {
	color: #008CBA;
	font-weight: bold;
	display: inline-block;
	/* IE, requires any display property other than inline to work
	 with pointer events all here */
	pointer-events: all;
	transition: opacity .1s;
}
.postcard .top-cont h2 {
    color: #505050;
    font-size: 39px;
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1em;
	letter-spacing: 1.52px;
	margin-bottom: 25px;
}
.postcard .top-cont h3 {
	font-family: "open-sans";
    text-transform: uppercase;
    font-weight: 600;
    color: #e54b26;
    font-size: 17px;
    line-height: 1.4em;
}
.postcard .top-cont p {
	color: #333;
    font-size: 17px;
    line-height: 2em;
    font-family: open-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
	text-rendering: optimizeLegibility;
	margin-bottom: 20px;
}

@media (min-width: 40em) {
	.postcard .cols {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 40px;
		background-color: transparent;
	}

	.postcard .slide {
		margin-bottom: 0;
	}
	.postcard .top-cont h2 {
		font-size: calc(39px + (63 - 39) * ((100vw - 640px) / (1400 - 640)));
	}
	.postcard .top-cont p {
		font-size: calc(17px + (21 - 17) * ((100vw - 640px) / (1400 - 640)));
	}
	
}

@media (min-width: 40em) and (max-width: 64em) {
	.postcard {
		background-color: #fff;
	}
}

@media (min-width: 64em) {
	.postcard {
		margin-bottom: 50px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.postcard .cols {
		grid-template-columns: 1.67fr 1fr;
		grid-gap: 90px;
/* 		max-height: 725px; */
		max-width: 1385px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		background-color: transparent;
		position: relative;
		z-index: 1;
		padding: 30px 0 0;
	}
	.postcard .cols::after {
		content: "";
		position: absolute;
		width: 955px;
		height: 635px;
		left: 0;
		top: -40px;
		pointer-events: none;
		z-index: -1;
		background-color: #fff;
		height: calc(100% - 40px);
	}
	.postcard .cols .top-cont {
		padding: 20px 75px 80px;
	}
	.postcard h4 {
		font-size: 25px;
		line-height: 30px;
		font-weight: 900;
		margin-bottom: 0;
	}
	.postcard .content-section p {
		font-size: 17px;
		line-height: 27px;
		font-weight: 600;
		letter-spacing: 1.7px;
		padding-right: 25px;
	}

	.postcard .top-cont h3 {
		font-size: 21px;
		margin-bottom: 20px;
	}

	.postcard .cols::before {
		width: 96%;
		height: 100%;
		left: 30px;
		top: 0;
	}
	.postcard .cols .inner .content-section {
		bottom: 30px;
	}
}