@media only screen and (min-width: 0px) and (max-width: 1120px) {
	table.depoimento.three-row{
		width: calc(50% - 30px);
	}
}
@media only screen and (min-width: 0px) and (max-width: 665px) {
	table.depoimento.two-row,
	table.depoimento.three-row{
		width: calc(100% - 30px);
	}
}

@media only screen and (min-width: 0px) and (max-width: 370px) {
	table.depoimento td{
		display:block;
		text-align: center;
	}
	
	table.depoimento tr:nth-child(1) td:nth-child(1) img{
		margin-right: 0;
	}
}