#footer-icon-slide {
	border : none !important;
	display :flex;
	justify-content :center;
	align-items :center;
	padding-left : 20px;
	transform : rotate(-9deg);
}

#footer-icon-slide img {
	height : 275px;
	width : 275px;
}

/*
============================= MEDIA QUERY ========================

============================= MEDIA QUERY ========================
*/


@media(max-width : 670px){
	#footer-icon-slide .carousel-inner{
		margin : 20px !important;
	}
}

@media(max-width : 410px){
	#footer-icon-slide {
		margin-bottom : 35px !important;
	}
}

