.postcard {
	position: relative;
	margin-top: 190px;
	margin-bottom: 65px;
}
.postcard .background-image img,
.postcard .img-cont img {
	width: 100%;
}
.postcard .img-cont img {
	border: solid #fff 10px;
	transform: rotate(-5deg);
	box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.25);
}
.postcard .img-cont {
	position: absolute;
	top: -165px;
	width: 85%;
	transform: translateX(-50%);
	left: 50%;
}
.postcard .content-section h4,
.postcard .content-section h4 a {
	font-family: 'Rock Salt', cursive;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	text-align: left;
	padding-left: 20px;
	color: #ffffff;
}
.postcard .content-section p,
.postcard .content-section p a {
	margin: 0;
	text-align: left;
	padding-left: 20px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.postcard .content-section {
	background-image: url('../png/green-box.png');
	background-size: cover;
	width: 325px;
	position: absolute;
	right: 0;
	bottom: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 130px;
	    padding: 0 20px;
}
@media (min-width: 885px) {
	.postcard {
		margin-top: 50px;
		margin-bottom: 200px;
	}
	.postcard .img-cont {
		bottom: -90px;
		top: initial;
		width: 490px;
		left: 40px;
		transform: translateX(0);
	}
	.postcard .img-cont img {
		border: solid #fff 15px;
		transform: rotate(-6deg);
	}
}
@media (min-width: 64em) {
	.postcard .content-section h4, 
	.postcard .content-section h4 a {
		font-size: 20px;
		line-height: 32px;
		padding-left: 25px;
	}
	.postcard .content-section p, 
	.postcard .content-section p a {
		font-size: 18px;
		line-height: 30px;
		padding-left: 25px;
	}
	.postcard .content-section {
		width: 440px;
		height: 160px;
	}
	.postcard .content-section:hover {
		background-image: url('../png/green-box-hover.png');
	}
	.postcard .img-cont {
		bottom: -90px;
		top: initial;
		width: 600px;
		left: 88px;
	}
}

