footer {
	background-color: black;
	z-index: 3;
	width: 100%;
	z-index: 2;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
	color: white;
}

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 0.1fr 1fr 1fr;
	gap: 10px;
	margin: 0;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.footer-grid img {
	width: 100%;
	grid-row: 2 span;
	align-items: center;
}

.footer-grid h2 {
	text-align: center;

}

.footer-grid ul {
	list-style: none;
	text-align: center;	
}

.footer-grid a {
	display: block;
	line-height: 2rem;
}

.footer-grid p{
	display: block;
	line-height: 2rem;
	margin: 0;
}

.footer-grid .list {
	grid-row: 2 span;
}

hr {
	margin: 0 auto;
	max-width: 900px;
	
}

footer .bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.bottom p {
	width: 95%;
}

.bottom p:last-child {
	text-align: right;
}

.footer .quote {
	width: fit-content;
}



