#footer {
	background-color: #212121;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#footer .footer_logo {
	max-width: 290px;
	max-height: 38px;
	margin-top: 1.875rem;
}

#footer .footer_logo img {
	width: 100%;
	height: 100%;
}

#footer .footer_inf {
	font-size: 0.875rem;
	color: #fff;
	height: 48px;
}

#footer .footer_copy {
	font-size: 0.75rem;
	color: #fff;
	margin-bottom: 1.5rem;
}
