.footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 7vw;
  margin-top: auto;

  background-color: #1a1a1a;
  font-size: 0.9rem;
}

.footer .footer-contact h4 {
  font-size: 1rem;
  margin-bottom: 10px;
}


.footer .footer-contact p {
  margin: 0;
}

.footer .footer-contact .footer-mail {
  display: block;
  margin-top: 6px;
  color: #fff;
}

.footer .footer-contact .footer-mail:hover {
  opacity: 0.6;
}

.footer .footer-contact .footer-links {
  display: flex;
  justify-content: start;
  margin-top: 10px;
}

.footer-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.footer-nav li {
  margin: 0;
  margin-top: 2px;
  list-style-type: none;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
  opacity: 0.6;
}