@charset "UTF-8";
.wrapper {
  width: 100%;
  height: 200px;
  display: table;
  border: 2px solid #ccc;
  margin: 50px auto;
  padding: 20px;
  position: relative;
	 quotes: "\201C""\201D""\2018""\2019";
}
.wrapper:after, .wrapper:before {

  position: absolute;
  font-family: fontAwesome;
  font-size: 120px;
  color: #ccc;
  background: #f2f2f2;
	content: open-quote;
	
}
.wrapper:after {
  content: "\201C";
  top: 0;
  left: 0;


}
.wrapper:before {
  content: "\201D";
  bottom: 0;
  right: 0;

  
}


.description {
  font-size: 16px;
	 display: table-cell;
  width: 80%;
  vertical-align: middle;
}

.nome-depoimento{  font-size: 15px; font-weight: 400; color: #555; font-style:italic; }

.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px 0 0;
	 display: table-cell;
  width: 20%;
  vertical-align: middle;
}
.title small {
  display: block;
  font-size: 25px;
  text-align: right;
}

.border-radius {
  border-radius: 30px;
}

.text-right {
  text-align: right;
}