.foto-review {
	float: left;
	display: block;
	margin-right:35px;
	height:100px;
	width:100px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	border-radius: 50% 50%;
	margin-bottom:30px;
}

.text-review {
	position: relative;
	float: left;
    width: calc(100% - 140px);
}

.text-review p {
	display: block;
	position: relative;
}

.text-review p:before {
	position: absolute;
	content:'“';
    left: -25px;
    top: 5px;
	font-weight: bold;
	font-size:49px;	
}

.name-review {
	float:right;
	font-size:16px;
	color:#d07e19;
}

.text-review p:after {
	position: absolute;
	content:'”';
	font-weight: bold;
	font-size:49px;	
	height:30px;
    margin-left: 10px;
    padding-top: 20px;
}

.text-review {
	font-size:24px;
	line-height:29px;
	font-family: 'Signika', sans-serif;
	color:#23356c;
}