.footer {
  padding: 4.8rem 0;
  height: 100%;
  background-color: #f1f3f5;
}

.grid--footer {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin: auto;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1.6rem;
  text-align: center;
}

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