.custom-content .row {
	justify-content: center;
}
.custom-content blockquote {
	margin-bottom: 60px;
}
.custom-content blockquote h4 {
	margin-bottom: 0;
	font-size: 2rem;
}

.custom-content p:last-child,
.custom-content ul:last-child,
.custom-content ol:last-child {
	margin-bottom: 30px;
}

.custom-content.image-quote {
	padding-top: 75px;
}
.custom-content.image-quote p {
	margin: 0;
}
.custom-content.image-quote .content-wrap {
	width: 100%;
}
.custom-content.image-quote .content-wrap blockquote {
	padding-bottom: 40px;
    padding-right: 50px;
}
.custom-content.image-quote .content-wrap blockquote img {
	margin-top: 25px;
}
.custom-content.image-quote .content-wrap blockquote p:last-child {
	margin: 0;
}

@media only screen and (max-width: 40em) {
	.custom-content.image-quote .content-wrap blockquote {
		padding-right: 35px;
	}
	.custom-content.image-quote .content-wrap blockquote img {
		margin: 0;
		float: none;
		margin: auto;
		display: block;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.custom-content.image-quote blockquote {
		margin-bottom: 100px;
	}
}