@media only screen and (min-width: 0px) and (max-width: 1130px) {
	table.box_servico.four-row{
		width: calc(33% - 20px);
	}
}

@media only screen and (min-width: 0px) and (max-width: 930px) {
	table.box_servico.three-row,
	table.box_servico.four-row{
		width: calc(50% - 20px);
	}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
	table.box_servico.two-row,
	table.box_servico.three-row,
	table.box_servico.four-row{
		width: calc(100% - 20px);
	}
}