.footer-logo{
	width: 230px;
}
.footer .image-wrapper{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.footer a{
	color: #fff;
}
.footer i{
	font-size: 25px;
	color: #fff;
}
.social-list{
	display: flex;
	justify-content: space-between;
	width: 80%;
}
hr{
	background-color: #fff;
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}
.footer h2{
	color:  #a2eff5;
}

@media only screen and (max-width: 576px){
	.footer-logo {
    width: 230px;
}
.footer li{
	display: flex;
	justify-content: center;
}
.social-list {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    }
}