.footer {
  width: 100%;
  background: url("../img/header-bg.png") center center no-repeat;
  background-size: cover;
  padding: 20px 0;
  text-align: center;
}

.footer::before {
  content: "";
  height: 100vh;
  width: 100%;
}

.footer .footer__logo img {
  height: 50px;
}
/*# sourceMappingURL=footer.css.map */