/*.footer-ex6 Layout*/
.footer-ex6 { background:#fff; display:flex; flex-direction:row; border-top:1px solid #ccc; border-bottom:1px solid #ccc; float:left; width:100%; padding:60px; }

	/*Member*/
	.footer-ex6 .member { width:25%; }
		.footer-ex6 .member p { display:inline-block; font-size:38px; font-weight:500; line-height:24px; vertical-align:top; margin-top:10px; }
			.footer-ex6 .member p span { font-size:24px; }
		.footer-ex6 .member img { display:inline-block; margin:0 50px 50px 10px; }

	/*Industries*/
	.footer-ex6 .industries { width:25%; }
		.footer-ex6 .industries h2 { font-size:28px; padding:0 0 10px; margin-bottom:10px; width:90%; border-bottom:1px solid #000; }
		.footer-ex6 .industries a { display:inline-block; width:49%; font-size:18px; text-decoration:none; color:#000; padding:5px 0 5px 15px; }

	/*Systems*/
	.footer-ex6  .systems { width:50%; }
		.footer-ex6 .systems h2 { font-size:28px; padding:0 0 10px; margin-bottom:10px; width:90%; border-bottom:1px solid #000; }
		.footer-ex6 .systems a { display:inline-block; width:49%; font-size:18px; text-decoration:none; color:#000; padding:5px 0 5px 15px; }













/*.footer-ex6 Responsive*/
@media only screen and (max-width: 1679px) {
    .footer-ex6 .industries a { font-size:16px; }
	.footer-ex6 .systems a { font-size:16px; }
	.footer-ex6 .member { width:22%; }
	.footer-ex6 .systems { width:53%; }
	.footer-ex6 .member p { width:100%; text-align:center; }
	.footer-ex6 .member img { margin:20px auto; width:166px; display:block; }
}



@media only screen and (max-width: 1279px) {
	.footer-ex6 { flex-wrap:Wrap; }
		.footer-ex6 .member { width:100%; }
		.footer-ex6 .industries { width:100%; margin-bottom:50px; }
		.footer-ex6 .systems { width:100%; }
}





@media only screen and (max-width: 991px) {
    
} 





@media only screen and (max-width: 768px) {
	.footer-ex6 .industries a { width:100%; }
	.footer-ex6 .systems a { width:100%; }
}





@media only screen and (max-width: 500px) {
    
}




