@media only screen and (min-width: 0px) and (max-width: 1200px) {
	table.box_servicos.four-row{
		width: calc(50% - 40px);
	}
}

@media only screen and (min-width: 0px) and (max-width: 950px) {
	table.box_servicos.three-row{
		width: calc(100% - 40px);
	}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	table.box_servicos.two-row,
	table.box_servicos.four-row{
		width: calc(100% - 40px);
	}
}