.bottom-footer-box{padding:50px 0 80px;position:relative;margin:0 auto;background:#313131;}
.bottom-footer-box address{font-style:normal;}
.bottom-footer-box .footer-inner .footer-logo-box{display:inline-block;padding:0 0 20px;}
.bottom-footer-box .footer-inner .footer-info-box .contact-box li{display:inline-block;line-height:21px;color:#F4F4F4; font-size: 1em;}
.bottom-footer-box .footer-inner .footer-info-box > p{padding:0 0 5px;line-height:21px;color:#F4F4F4; font-size:1em;}
.bottom-footer-box .footer-inner {padding:10px; display:flex;}
.bottom-footer-box .footer-inner .footer-info-box .contact-box li a {color:#fff;}

@media screen and (max-width: 1024px) {
	.bottom-footer-box .footer-inner {display:block; text-align:center;}
	.bottom-footer-box .footer-inner .footer-info-box {display: block;  padding: 0;  width: auto; text-align: center;}
	.bottom-footer-box .footer-inner .footer-info-box .contact-box li{font-size:0.9em;line-height:22px;}
	.bottom-footer-box .footer-inner .footer-info-box > p{font-size:0.9em;line-height:17px;}
	.bottom-footer-box .footer-inner .footer-info-box > a{font-size:0.9em;line-height:17px;}
}

@media screen and (max-width: 320px) {
	.bottom-footer-box address{font-style:normal;}
	.bottom-footer-box .footer-inner .footer-info-box .contact-box li{font-size:0.7em;line-height:22px;}
	.bottom-footer-box .footer-inner .footer-info-box > p{font-size:0.7em;line-height:17px;}
	.bottom-footer-box .footer-inner .footer-info-box > a{font-size:0.7em;line-height:17px;}
	}