.section-banner {
	min-height: 350px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
.section-cms h2 {
	margin-top: 35px;
}
#menu-sitemap {
	list-style: none;
}
#menu-sitemap a {
	padding: 7px 15px;
	background: #AB927B;
	color: #fff;
	display: block;
	margin-bottom: 8px
}
#menu-sitemap a:hover {
	background: #292929;
	text-decoration: none;
}