footer {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.833rem;
  line-height: 1.16rem;
  color: #fff;
}
footer hr {
  margin: 1.66rem 0;
  opacity: 0.5;
}
@media screen and (max-width: 33.75em) {
  footer hr {
    margin: 0.8rem 0;
  }
}
footer a {
  color: white;
}