footer {
	display: flex;
	margin-top: 4rem;
	align-items: flex-start;
	padding: 5rem 10rem;
	background-color: var(--backgroundLight);
	overflow: hidden;
	position: relative;
}

.footer__list-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

footer ul {
	padding: 0;
	list-style: none;
}

footer li {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	width: 50ch;
	margin-top: 8px;
}

footer li span img {
	margin-right: 1rem;
}

footer a:hover {
	color: var(--primary);
}

footer li a {
	color: #94a3b8;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s;
}

footer li {
	color: #94a3b8;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s;
}

.footer-heading {
	font-size: 18rem;
	position: absolute;
	bottom: -6rem;
	right: 0;
	color: #ffffff10;
	font-weight: bold;
}
