.c-sitemap-years-list, .c-sitemap-categories-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0px;
}

.c-sitemap-years-list > div > ul {
	padding-left: 0px;
	list-style: none;
}

.c-sitemap-categories-list > li, .c-sitemap-years-list > div  {
	flex: 25%;
	flex-grow: 0;
}

.c-sitemap-section-title {
	font-weight: 600;
	margin-top: 44px;
}

@media screen and (max-width: 992px) {
	.c-sitemap-years-list > div, .c-sitemap-categories-list > li {
		flex: 50%;
		flex-grow: 0;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 600px) {
	.c-sitemap-years-list, .c-sitemap-categories-list  {
		flex-direction: column;
	}
}

