@media only screen and (min-width: 0px) and (max-width: 985px) {
	.box-contato-info.four-row{
		width: 50%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 806px) {
	.box-contato-info.three-row{
		width: 50%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 566px) {
	.box-contato-info.four-row,
	.box-contato-info.three-row,
	.box-contato-info.two-row{
		width: 100%;
	}
}