.footer-page-content > div {
	background: var(--blue-mid)
}

#top .all_colors .footer-page-content h2 {
	max-width: 555px;
	margin-left: auto;
	margin-right: auto;
}

#top .all_colors .footer-page-content p {
	font-size: var(--font-size-small);
	font-weight: 400;
	color: var(--white);
}

#top .all_colors .footer-page-content .wpb_text_column ul {
	list-style: none;
	margin-left: 0;
}

#top .all_colors .footer-page-content .wpb_text_column ul li {
	margin-left: 0;
	display: inline-block;
}

#top .all_colors .footer-page-content .wpb_text_column ul li:not(:last-of-type) {
	margin-right: 15px;
}

#top .all_colors .footer-page-content .wpb_text_column ul li a {
	color: var(--white);
	font-size: var(--font-size-small);
}

#top .all_colors .footer-page-content .vc_separator {
	margin-top: 50px;
	margin-bottom: 50px;
}