.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #eaeaea;
  padding: 80px 20px 40px 20px;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
}
.footer__text {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  color: #5f6983;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 0;
  }
  .footer__img {
    cursor: pointer;
  }
}

/*# sourceMappingURL=footer.css.map */
