.menu--footer {
  position: relative;
  padding-bottom: 16px;
}
.menu--footer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.menu--footer ul, .menu--footer li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu--footer li {
  margin-top: 8px;
}
.menu--footer li:first-child {
  margin-top: 0;
}
.menu--footer a {
  position: relative;
  display: block;
  font-family: "Avenir";
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: 1.2px;
  color: #fff;
  text-transform: uppercase;
}