.c--mini-site-sidebar h2 {
	transition: color 0.15s ease-in-out;
}
.c--mini-site-sidebar h2:hover {
	color: #007FAC;
}