.cols-2 {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 1rem auto;
}

.cols-2 .btn.btn-default {
	width: 100%;
	box-sizing: border-box;
}

.cols-2>div {
	padding: 0;
	margin: 0;
	flex: 1 0 24rem;
	min-width: calc(50% - 1rem);
}

#post-13311 .cols-2 h2 {
	margin-top: 2rem;
	display: block;
}

.cols-2.set-1>div:nth-child(1) {
	display: flex;
	flex-direction: column;
}

.cols-2.set-1>div:nth-child(1)>:last-child {
	margin-top: auto;
}

.cols-2.set-1>div {
	background: #5c2f92;
	color: #fff;
}

.cols-2.set-1 div:nth-child(4n+2) {
	background: #9d237a;
}

.cols-2.set-1 div:nth-child(4n+3) {
	background: #d93740;
}

.cols-2.set-1 div:nth-child(4n+4) {
	background: #8A64A6;
}

#post-13311 .cols-2.set-1 div>* {
	margin-left: 2rem;
	margin-right: 2rem;
	color: #fff;
}

#post-13311 .cols-2 div>.img-header {
	margin-left: 0;
	margin-right: 0;
}

#post-13311 .cols-2 .img-header img {
	margin: 0;
	display: block;
}

#post-13311 .cols-2 p {
	margin-bottom: 1em;
}

.cols-2 div>img {
	width: 100%;
	margin: 0
}

blockquote {
	font-size: 1.2em;
	color: #fff;
	padding: 0;
	font-style: italic;
}

blockquote cite {
	font-style: normal;
	font-size: unset;
	line-height: unset;
}

#post-13311 blockquote p:last-child {
	margin-bottom: 0;
}

@media(min-width:42em) {
	blockquote {
		position: relative;
		text-align: left;
		padding-left: 3.5em;
	}

	blockquote::before {
		position: absolute;
		content: ' ';
		top: 0;
		left: 0;
		width: 3em;
		height: 3em;
		z-index: 0;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.4 54'%3E%3Cpath d='M71.4 39.8c0-8.1-5.1-14-14.3-14-1.8 0-3.7.7-4 .9.6-8.5 9.2-13.4 15.6-14.2V0c-12.1.9-30 9.9-30 35.4 0 9.4 5.9 18.6 16.9 18.6 9.1-.1 15.8-6.5 15.8-14.2m-38.6 0c0-8.1-5.1-14-14.3-14-1.8 0-3.7.7-4 .9.6-8.5 9.2-13.4 15.6-14.2V0C18 .9 0 9.9 0 35.4 0 44.8 6.1 54 17.1 54c9.1-.1 15.7-6.5 15.7-14.2' style='fill:%23fff'/%3E%3C/svg%3E");
		background-size: 3em auto;
		background-position: left top;
		background-repeat: no-repeat;	
	}
}

.split-cols {
	background: linear-gradient(to top right, #9D237A 0%, #D93740 100%);
	color: #fff;
	margin: 1em 0;
}

.image-col {
	max-width: 20em;
	padding: 0.25em;
	margin: 0 auto;
}

.text-col {
	padding: 1em;
}

@media (min-width: 42em) {
	.split-cols {
		display: flex;
		gap: 0;
		align-items: center;
	}

	.split-cols.image-right {
		flex-direction: row-reverse;
	}

	.image-col {
		margin: 0;
		flex: 0 0 33%;
	}

	.text-col {
		flex: 1 1 0;
	}
}

.quote-img .image-col {
	position: relative;
	padding: 2.4em 2.4em 2.6em 1.6em;
}

.quote-img .image-col::before {
	display: block;
	content: ' ';
	position: absolute;
	top: 1.2em;
	left: 0.8em;
	bottom: 1.2em;
	right: 1.2em;
    border: 2px dashed #a487ba;
    border-radius: 100%;
}

.quote-img .image-col img {
	border-radius: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0;
}

.form {
	position: relative;
	padding: 1em;
}

.form::before {
	position: absolute;
	content: ' ';
	top: 0;
	left: calc(50% - 50vw);
	right: calc(50% - 50vw);
	bottom: 0;
	display: block;
	background: #f0eaf4;
	z-index: -1;
}

.split-cols.image-connect {
	background: #9d237a;
	margin-top: 3rem;
	align-items: start;	
}

.image-connect h2 {
	color: #fff;
}

.image-connect .image-col {
	max-width: 12em;
	padding: 0 2rem;
	transform: translateY(-2rem);
}

.image-connect .image-col img {
	border-radius: 100%;
	margin: 0;
}
