footer,
footer .wrapper-content {
  letter-spacing: inherit !important;
}

footer .wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.footer-column,
.copyright {
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 48em) {
  footer .wrapper-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}