/*--------------------------------------------------------------
# footer.css
--------------------------------------------------------------*/
/*footer*/
footer .custom-logo-link img {
    max-width: 220px;
    max-height: 60px;
    width: auto;
    height: auto;
}

@media screen and (max-width:921px) {
	#astra-footer-menu{
		justify-content:space-around!important;
	}
}