.footwrapper {
	background-color: #002E2B;
}

.footergrid {

	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px;
	max-width: 1600px;
	justify-content: space-between;
	margin: 0 auto;
	color: #c9c9c9;
	font-family: "Gabarito";
}

.footer-bottom {
	margin: 12px auto;
	color: rgb(40, 99, 158);
	text-align: center;
	font-size: 0.6rem;
	display: flex;
	max-width: 1600px;
	justify-content: space-between;
}

.footer-bottom a {
	color: rgb(40, 99, 158);
}

.etc, .social {
	margin: 0 1rem 1rem 1rem;
}

.md-social__link {
	color: #FFFFFF !important;
}
