/* BODY */
body {
	background-color: #f4f4f6 !important;
}

/* BANNER */
#top-banner.banner-img {
    background-image: url(/assets/img/site/sobre-nos/banner-topo.jpg);
    background-position-y: -170px;
}

/* ABOUT US */
#about-us .media .align-self-center {
	max-width: 230px;
}

#about-us .media .text-underline {
	font-size: 23px;
}

@media (max-width: 576px) {
	#about-us .media {
	    display: block !important;
	}

	#about-us .media .align-self-center {
	    max-width: 100% !important;
	    margin-right: 0 !important;
	}
}