footer.contact .top_footer{
	padding: 20px 0;
}

footer .footer_logo{
	margin: 0;
}

@media screen and (max-width: 768px){
	footer .footer_logo{
		justify-content: flex-start;
	}
}

@media screen and (max-width: 769px){
	footer .top_footer .inner{
		display:block;
	}
}
