#footer .address img {
	margin-right: 10px;
	float: left;
}

#footer .address span {
	max-width: 440px;
	display: block;
	float: left;
}

@media screen and (max-width: 1024px) {
	#footer .address img {
		float: none;
		margin-right: 0px;
	}

	#area-de-atuacao>.container>.article>ul>li>.row>.thumbnail {
		width: 100%;
		max-width: 100%;
		display: table;
		margin-bottom: 20px;
	}

	#area-de-atuacao>.container>.article>ul>li>.row>.content {
		width: 100%;
		max-width: 100%;
		display: table;
		margin-bottom: 40px;
	}
}