.footer {
  padding: 3rem 3rem;
  line-height: 1.5em;
  position: relative;
  z-index: 10;
}


.footer h2 {
  font-weight: 600;
  margin-bottom: 0;
}

.footer ul,
.footer p {
  padding: 0px;
  margin: 0px;
  color: var(--color-text-grey);
}

.footer p {
  max-width: 15rem;
}

.footer a:hover {
  color: var(--color-text);
}

@media screen and (max-width: 720px) {
  .footer {
    padding: 1rem;

  }
}

@media screen and (max-width: 600px) {
  .footer {
    font-size: 0.80rem;
  }
}