.single-testi {
	position: relative;
	padding-left: 55px;
	margin: 40px 0;
	border: 1px solid #eee;
	padding: 30px;
	padding-top: 50px;
}
.single-testi img{
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.single-testi::before {
	content: "“";
	font-size: 175px;
	color: #eee;
	position: absolute;
	left: 50%;
	top: 43px;
}
.single-testi h4 {
	margin-top: 6px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	border-top: 1px solid .eee;
	padding-top: 0px;
	margin-bottom: 10px;
}
.single-testi.text-center{
	text-align:center
}
.single-testi.text-right{
	text-align:right
}
.single-testi.text-left{
	text-align:left
}

.single-testi.style-3 img {
  position: absolute;
  left: 15px;
  top: 50px;
}
.single-testi.style-3 {
  position: relative;
  padding-left: 155px;
}

.single-testi.style-4 img {
  position: absolute;
  right: 15px;
  top: 50px;
}
.single-testi.style-4 {
  position: relative;
  padding-right: 155px;
}