/* Enter Your Custom CSS Here */

.footer-navigation {
    width: 55%!important;
    float: none!important;
    margin: auto!important;
}

/* Mobile CSS */
@media only screen and (max-width: 800px) {
.footer-navigation ul {
  font-size: 14px;
  }
}