.section-with-testimonials > div > div > h2 {
	padding-bottom: 0;
}

.section-with-testimonials .bx-wrapper .bx-pager {
	position: static;
	bottom: auto;
	text-align: center;
	margin-top: 20px;
}

.section-with-testimonials .bx-viewport {
	max-width: 100% !important;
}

.c-testimonials {
	visibility: hidden;
}

.c-testimonials--loaded {
	visibility: visible;
}

.c-testimonials__quartet {

}

.c-testimonials__li {
	/*margin-bottom: 30px !important;*/
	height: auto !important;
}

.c-testimonial {
	background-color: #fff;
	border-left: 8px solid #000;
	padding: 30px 30px 60px 30px;
	position: relative;
}

.white .c-testimonial {
	background-color: #eff1f6;
}

.c-testimonial__image {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	margin-right: 30px !important;
}

.c-testimonial__content {
	margin-top: 15px;
}

.c-testimonial__header {
	height: 85px;
}

.c-testimonial__header-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-testimonial__name {
	line-height: 1.5;
	display: block;
}

.c-testimonial__company {
	line-height: 1.5;
	display: block;
	font-size: 14px;
}

.c-testimonial__content p:last-child {
	margin-bottom: 0;
}

.c-testimonial__footer {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
