.postcard {
	margin-bottom: 125px;
}

@media (max-width: 640px) {
	.postcard { padding: 0 15px; }
}

.postcard .imagebox-wide {
	position: relative;
}

.postcard .imagebox-wide .img-cont {
	border-left: 18px solid #cd9700;
}

.postcard .imagebox-wide .img-cont img {
	display: block;
	width: 100%;
}

.postcard .imagebox-wide .title {
	padding-top: 17px;
	padding-right: 140px;
	text-align: right;
	font-size: 14px;
}

.postcard .imagebox-wide .imagebox-wide-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -3px;
	right: 25px;
	width: 100px;
	height: 70px;
	background-color: #cd9700;
}

.postcard .imagebox-wide .imagebox-wide-arrow svg {
	fill: white;
}

.postcard .caption-cont {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
}

.postcard .caption-cont h2 {
    width: 80%;
    font-size: 40px;
}

.postcard .caption-cont .left-side {
    width: 30%;
    float: left;
	overflow: hidden;
}

.postcard .caption-cont .left-side::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: url("/includes/client_public/assets/images/dotted-line-gold.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-top: 12px;
}

.postcard .caption-cont .right-side {
    width: 70%;
    float: right;
    padding-right: 75px;
    padding-left: 10px;
}
.postcard.green .imagebox-wide .img-cont {
	border-left: 18px solid #24CE7B;
}
.postcard.green .imagebox-wide .imagebox-wide-arrow {
	background-color: #24CE7B;
}
.postcard.red .imagebox-wide .img-cont {
	border-left: 18px solid #E84A36;
}
.postcard.red .imagebox-wide .imagebox-wide-arrow {
	background-color: #E84A36;
}
.postcard.blue .imagebox-wide .img-cont {
	border-left: 18px solid #318DDE;
}
.postcard.blue .imagebox-wide .imagebox-wide-arrow {
	background-color: #318DDE;
}
@media (max-width: 1024px) {
	.postcard {
		margin-bottom: 20px;
	}
	.postcard .imagebox-wide {
		width: 100%;
		max-width: 641px;
		margin: 0 auto;
	}
	.postcard .mobile-no-pad {
		padding-left: 0;
	}
	.postcard .imagebox-wide .img-cont {
		border-left: 15px solid #cd9700;
	}
	.postcard.green .imagebox-wide .img-cont {
		border-left: 15px solid #24CE7B;
	}
	.postcard.red .imagebox-wide .img-cont {
		border-left: 15px solid #E84A36;
	}
	.postcard.blue .imagebox-wide .img-cont {
		border-left: 15px solid #318DDE;
	}		
    .postcard .caption-cont {
        padding-top: 0;
        padding-left: 0;
        width: 100%;
        max-width: 641px;
		margin: 0 auto;
    }
    .postcard .caption-cont h2 {
    	font-size: 40px;
    	margin: 0;
    }
    .postcard .caption-cont .left-side {
        width: 100%;
        margin-bottom: 15px;
    }
    .postcard .caption-cont .right-side {
        width: 100%;
        padding-left: 10%;
        padding-right: 0;
    }
}
@media (max-width: 640px) {
	.postcard .imagebox-wide {
		padding-top: 15px;
		margin-bottom: 25px;
	}
	.postcard .imagebox-wide .imagebox-wide-arrow {
		width: 90px;
		height: 60px;
		right: -15px;
	}
	.postcard .imagebox-wide .title {
		padding-right: 95px;
	}
}
