.testimonial-wrapper.mode-3 {
	display: flex;
	flex-wrap: wrap;
}

.testimonial-wrapper.mode-1 .testimonial-image-wrapper {
	margin-bottom: 1em;
}

.testimonial-wrapper.mode-3 .testimonial-item-outer {
	display: flex;
}

.testimonial-item-wrapper {
	margin-bottom: 3em;
	padding: 1em;
	background-color: #f2f4f4;
}

.testimonial-image-wrapper {
	position: relative;
	display: table;
}

.testimonial-image-wrapper.col-md-3, .testimonial-item-text-wrapper.col-md-9 {
	padding: 0;
}

@media (min-width: 1025px) {
	.testimonial-item-text-wrapper.col-md-9 {
		padding-left: 2em;
	}
}

.testimonial-image-wrapper img {
	border-radius: 5px;
}

.testimonial-quote-image {
	position: absolute;
	bottom: 0;
	transform: translateY(50%);
	right: 5px;
}

.testimonial-item-wrapper h3.testimonial-item-header {
	color: #e2001a;
	margin-top: 2em;
}

@media (min-width: 1025px) {
	.testimonial-item-wrapper h3.testimonial-item-header {
		margin-top: 1em;
	}

	.testimonial-wrapper.mode-1 h3.testimonial-item-header {
		margin-top: 0;
	}
}


.testimonial-readmore {
	width: 100%;
	padding-top: 0.25em;
	background-color: #f2f4f4;
}

.testimonial-item-text-outer-wrapper {
	overflow: hidden;
}

.testimonial-item-text-wrapper > :last-child {
	margin-bottom: 1.6em;
}

.testimonial-bodytext > :last-child {
	padding-bottom: 1.6em;
}
