BODY {
	background: url('https://app.cloudair.tech/data/cloudair/media/cloudair_tech/footer/background.jpg?w=2400&output=webp') bottom center no-repeat;
}
@media (min-width: 2400px) {
	BODY {
		background: url('https://app.cloudair.tech/data/cloudair/media/cloudair_tech/footer/background.jpg?w=2400&output=webp') bottom center no-repeat;
		background-size: contain;
	}
}
footer {
	margin-top: 60px;
	margin-bottom: 200px;
}
footer h5 {
	margin:0 0 1.5rem 0;
	font-size:18px;
}
footer #footer_logo {
	width:200px;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	padding: 2px 0;
	font-size: 18px;
}
footer ul li a {
	transition:all .3s ease;
}
footer ul li a:hover {
	color:var(--color-primary);
	margin-left: 1rem;
}
.footer-society {
	margin:1rem 00 0 0;
	list-style: none;
	padding-top: 20px;
	display: flex;
}
.footer-society li {
	width:32px;
	height:32px;
	flex:0 0 32px;
	border-radius: 18px;
	background:var(--color-text);
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:8px;
	transition:all .2s ease;
}
.footer-society li:hover {
	color:#fff;
	transform: scale(1.2);
	background:var(--color-primary);
}
.footer-society li a {
	display: flex;
	width:32px;
	height:32px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	justify-content: center;
}
.footer-society li a:hover {
	margin-left: 0;
	color:#fff;
}
.footer-society li:first-child {
	margin-left:0;
}
.footer-society li img {
	height:16px;
}

@media (min-width: 992px) {
	.contact {
		margin-bottom: 120px;
	}
	footer {
		margin-top: 120px;
		margin-bottom: 400px;
	}
}