table.depoimento{
	float:left;
	width:calc(33% - 20px) !important;
	padding: 20px 30px;
	margin:10px;
	text-align:center;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgb(110, 110, 110, 0.12);
	transition: all 400ms ease-out;
}
table.depoimento.one-row{
	width:calc(100% - 20px) !important;
}
table.depoimento.two-row{
	width:calc(50% - 20px) !important;
}
table.depoimento.three-row{
	width:calc(33% - 20px) !important;
}
table.depoimento.four-row{
	width:calc(25% - 20px) !important;
}

table.depoimento svg{
	fill: #ffce39;
	width:80px;
	width: 16px;
}
table.depoimento img{
	border-radius:50%;
	border: 5px solid #f8f8f8;
	width:90px;
}
table.depoimento td{
	padding-bottom: 15px;
}

table.depoimento td:nth-element(2){
	background:red;
}