footer.footer .footer-copyright {
	font-size: 14px !important;
}

footer.footer .footer-top .col-lg-2:nth-child(2) {
	justify-content: center !important;
}

footer.footer .footer-top .col-lg-2:first-child {
	justify-content: flex-start !important;
}

/*footer.footer .footer-connect {
	padding-top: 3rem !important;
}*/

/footer.footer .footer-nav-item {
	flex: auto !important;
}*/

/*footer.footer .footer-social {
	padding-top: 2rem;
}*/

@media (max-width: 64rem) {
	.footer-nav {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 48rem) {
	.footer-nav {
		display: flex;
		flex-direction: column;
	}
}