div#suporte {
	display: block;
	margin: 1% auto;
	width: 70%;
	background-color: #fff;
	padding: 2% 0;
}

div#suporte h1 {
	color: #64DD17;
	text-align: center;
}

div#suporte p {
	text-indent: 20px;
	font-size: 14px;
	margin: 2% 0;
	text-align: center;
}

div#suporte img {
	width: 40%;
	margin: 1% auto;
	display: block;
}