.sitemap1 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #d82727;
	text-transform: uppercase;
	font-weight: bold;
}
.sitemap2 {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #d82727;
	margin-bottom: 10px;
}
.list-sitemap {
	padding-left: 35px;
	margin-bottom: 20px;
}
.list-sitemap li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}
.list-sitemap li:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: '\f111';
	font-size: 5px;
	line-height: 20px;
}