.foot {

background-color: $dark-grey;
color: white;
padding: {
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}
.list {
  display: block;
  @media (min-width: 768px) {
    text-align: right;
  }
  a {
    color: white;
    font-weight: normal;
  }
}

}