footer {
  width: 100vw;
  border-top: 2px solid black;
  background-color: #efeded;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer main {
  width: 80%;
  display: flex;
}
footer main div:first-child p {
  color: #767774;
  font-size: 0.9rem;
}
footer main div:first-child p:first-child {
  margin-top: 20px;
}
footer main div:first-child p {
  margin-bottom: 20px;
}
footer div:last-child {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer {
    height: auto;
    width: 100vw;
    overflow-x: hidden;
  }
  footer main {
    flex-direction: column;
  }
  footer main div:first-child p {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=footer.css.map */