@charset "utf-8";
section#global-header article nav {
  display: flex;
  width: 90%;
  margin-left: auto;
}

section#global-footer #footer-nav .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section#global-footer #footer-nav nav{
  width: 60%;
}