@media only screen and (min-width: 0px) and (max-width: 1140px) {
	table.nossos_numeros.four-row{
		width: 50%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 912px) {
	table.nossos_numeros.three-row{
		width: 50%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	table.nossos_numeros.four-row,
	table.nossos_numeros.three-row,
	table.nossos_numeros.two-row{
		width: 100%;
	}
}