.postcard
.postcard .img-cont,
.postcard .slide {
	position: relative;
}

.postcard .slide {
	margin-bottom: 30px;
	padding: 0 0 0 15px;
}
.postcard .inner {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.postcard .img-cont {
	position: relative;
}

.postcard .img-cont img {
	display: block;
	width: 100%;
	height: 100%;
}

.postcard h4, .postcard h4 a {
	color: #008aac;
	font: 600 18px 'montserrat', sans-serif;
	line-height: 1.4em;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.postcard .title-cont {
	display: flex;
}

.postcard .title-cont .title h3 {
	color: #df4c33;
	font: 600 18px 'montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 3px;
}

.postcard .content-section p {
	font: 500 14px 'montserrat', sans-serif;
	line-height: 2em;
	color: #3a3a3a;
	margin-bottom: 10px;
}
.postcard .content-section .read-more {
	color: #df4c33;
	font-weight: bold;
}

.postcard .content-section .fas {
	vertical-align: middle;
}

.postcard .title-cont .icon img {
	height: 100%;
	width: 100%;
}

.postcard .slide::after {
	content: '';
	z-index: -1;
	background-image: url('/includes/public/assets/blog_sand_bg.svg');
	opacity: 0.1;
	background-size: cover;
	background-repeat: no-repeat;
	height: 120%;
	width: 100%;
	position: absolute;
	top: -100px;
	left: -20px;
}

.title-cont.desktop {
	display: none;
}

.postcard .title-cont .icon {
	width: 245px;
	height: auto;
}

.postcard .slide {
	padding: 0;
}
.postcard .content-section {
	padding-left: 20px;
	padding-right: 20px;
}

.postcard .content-section .view-all {
	display: none;
}

.postcard .inner .title-cont {
	align-items: center;
	flex-direction: column;
}

.postcard .title-cont .title h3 {
	margin-top: -50px;
}

.postcard .img-cont {
	margin-bottom: 20px;
	-ms-flex: 0 0 auto;
}

@media (min-width: 640px) {
	.postcard h4, .postcard h4 a {
		font-size: 30px;
		letter-spacing: 4.5px;
	}

	.postcard .content-section p {
		font-size: 16px;
	}

	.postcard .content-section h3 {
		padding-top: 50px;
		margin-left: -8px;
	}

	.postcard .title-cont .icon {
		width: 350px;
		height: 273px;
	}

	.postcard .content-section .view-all {
		background-color: #008aac;
		padding: 13px 55px;
		color: white;
		font: 700 24px 'itc-officina-sans-pro', sans-serif;
		letter-spacing: 1px;
		border-radius: 5px;
		display: inline-block;
		margin-top: 25px;
	}
	.postcard .content-section .view-all:hover {
		background-image: url("https://res.cloudinary.com/simpleview/image/upload/v1570631736/quote-button_bg_ykfduu.png");
		background-size: cover;
	}
}

@media (min-width: 1220px) {
	.postcard .inner {
			flex-direction: row;
	}

	.postcard .slide .inner .img-cont {
		flex-basis: 49%;
	}

	.postcard .slide .img-cont img {
		border-radius: 7px 0 0 7px;
	}

	.postcard .content-wrapper {
		flex-basis: 51%;
	}

	.postcard .content-section {
		max-width: 520px;
		float: right;
		margin-right: 10%;
	}

	.postcard .title-cont.mobile {
		display: none;
	}

	.postcard .title-cont.desktop {
		display: block;
		position: relative;
		margin-left: -120px;
	}

	.postcard .title-cont .title {
		margin-bottom: 35px;
		position: absolute;
		bottom: 60px;
		right: 190px;
	}

	.postcard h4, .postcard h4 a {
		margin-top: -60px;
	}

	.postcard .slide::after {
		content: '';
		z-index: -1;
		background-image: url('/includes/public/assets/blog_sand_bg.svg');
		opacity: 0.1;
		background-size: cover;
		background-repeat: no-repeat;
		height: 120%;
		width: 95%;
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media screen and (min-width: 1350px) {
		.postcard .content-section {
			margin-right: 17%;
		}
}
