.footer {
  text-align: center;
  padding: 6rem 0 2rem;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 118rem;
  gap: 4.8rem;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto;
}
.footer p {
  font-size: 1.4rem;
  color: rgb(183, 183, 183);
  margin-top: 4rem;
}/*# sourceMappingURL=footer.css.map */