table.depoimento{
	float:left;
	width: calc(33% - 30px);
	margin: 15px;
	color: #222222;
	font-family: "Source Sans Pro", sans-serif;
}
table.depoimento.one-row{
	width: calc(100% - 30px);
}
table.depoimento.two-row{
	width: calc(50% - 30px);
}
table.depoimento.three-row{
	width: calc(33% - 30px);
}

table.depoimento tr td{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

table.depoimento tr:nth-child(1) td:nth-child(1) img{
	margin-right: 15px;
}

table.depoimento tr:nth-child(1) td:nth-child(2){
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 700;
	height: 42px;
	display: -webkit-box;
}
table.depoimento tr:nth-child(2) td:nth-child(1) i{
	color: #FFCC00;
	font-size: 16px;
}
table.depoimento tr:nth-child(3) td:nth-child(1){
	display: -webkit-box;
	-webkit-line-clamp: 6;
	height: 170px;
}