.custom-post-container {
	color: #4c4c4c;
	background: #fff;
	position: relative;
	padding: 25px 30px 35px;
	-webkit-box-shadow: 0 7px 16px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 7px 16px 4px rgba(0, 0, 0, .3);
	box-shadow: 0 7px 16px 4px rgba(0, 0, 0, .3);
}

.custom-post-container:before {
	top: 5px;
	content: "";
	width: 105px;
	height: 125px;
	right: -85px;
	position: absolute;
	background: url("../../images/quotes.svg") no-repeat center / contain;
}

.custom-post-container .custom-post-container-body p {
	font-weight: 300;
	margin-bottom: 25px;
}

.custom-post-container .custom-post-container-heading h1 {
	font-size: 48px;
	margin: 0 0 25px;
}

.custom-post-container a {
	color: #2c93c7;
	text-decoration: none;
}

@media all and (max-width: 1230px) {
	.custom-post-container:before {
		top: -85px;
		right: -10px;
	}
}

@media all and (max-width: 768px) {
	.custom-post-container:before {
		top: -50px;
	}
	.custom-post-container:before {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width: 767px) {
	.template-additional .main-heading-block {
		padding-top: 100px;
	}
}