.contatos{
	margin: auto;
	max-width: 890px;
	font-family: Verdana, sans-serif;
}

.telefone{
	position: relative;
	float: left;
	color: #7c7992;
}

.mail{
	max-height: 200px;
	max-width: 200px;
	height: auto;
	width: auto;
}

.zap{
	max-height: 200px;
	max-width: 200px;
	height: auto;
	width: auto;
}

.endereco{
	position: relative;
	float: right;
	text-align: right;
	color: #799279;
}

@media(max-width: 650px) {
	.telefone{
		position: relative;
		text-align: center;
		float: none;
	}
	.endereco{
		position: relative;
		float: none;
		text-align: center;
		width: 100%;
	}
}