footer {
	display: flex;
	flex-direction: column;
	background: var(--sky-v2)
}

footer * {
	color: white;
}

.footer-in {
	display: flex;
	justify-content: space-around;
	padding: 25px 50px;
	padding-top: 50px;
}

.footer-in > div{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-in a{
	text-decoration: none;
}

.footer-in img{
	width: 200px;
}

.footer-bottom {
	border-top: 1px solid rgba(117, 117, 117, 0.2);
	padding: 20px 50px;
	text-align: center;
	color: white;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
	flex-wrap: wrap;
}