.custom-testi-slider-wrap {
	max-width: 1109px;
	margin: 0 auto;
}

.custom-testi-slider {
	outline: 0;
}

.custom-testi-slider-inner {
	max-width: 500px;
	margin:0 auto;
	padding:0 15px;
}

.cts-body {
	background: #7ad7ef;
	color: #fff;
	min-height: 279px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding:55px;
	position: relative;
}

.cts-body::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 20px;
	display: block;
	width: 49px;
	height: 37px;
	z-index: 2;
	background: no-repeat center url('/wp-content/uploads/2019/05/cts-left-quote.png');
}

.cts-body::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 49px;
	height: 37px;
	z-index: 2;
	background: no-repeat center url('/wp-content/uploads/2019/05/cts-right-quote.png');
}

.cts-body p {
	color: #fff;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
}

.cts-footer-col {
	display: inline-block;
	vertical-align: middle;
}

.cts-img {
	width: 73px;
	height: 73px;
	background: no-repeat center #333;
	background-size: cover;
	border-radius: 50%;
}

.cts-footer-right {
	font-size: 18px;
	font-weight: 700;
	font-family: Open Sans;
	color: #fff;
	margin-left: 15px;
}

.cts-location {
	font-weight: 400;
}

.cts-footer-col {
	line-height: 1.3;
}

.cts-footer {
	position: relative;
	padding-top: 35px;
	padding-left: 20px;
}

.cts-footer::before {
	content:"";
	position: absolute;
	left: 45px;
	top: 0;
	width: 0; 
	height: 0; 
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #7ad7ef;
}