@charset "UTF-8";
#main-footer #footer-inner .wrapper-left .box-logo{
    max-width: none;
}
@media screen and (max-width: 767px) {
    #main-footer #footer-inner .wrapper-left .box-logo{
        max-width: 80%;
    }
}