footer{padding:  70px 0px 60px;  color : #111; background-color: #fff;}
footer .inner{display: flex; align-items: center; justify-content: space-between;}
footer .logo_wrapper{padding-left : 40px;}
footer .info_wrapper{font-size : 19px; font-weight: 300; line-height: 35px;}
footer .info_wrapper span{display: block;}




@media all and (max-width:980px){
	footer{padding : 35px 0px 30px;}
	footer .inner{flex-wrap: wrap; justify-content: center;}
	footer .logo_wrapper{padding : 0; margin-bottom : 10px;}
	footer .logo_wrapper img {max-width : 200px;}
	footer .info_wrapper{font-size : 14px; text-align: center; line-height: 25px;}
	footer .info_wrapper .copy {font-size : 10px;}
	
	
	
}