.footer-container {
  background-color: rgb(4, 4, 4);
  padding: 3rem 0 2rem 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
}

.footer {
  width: 80%;
  height: 28vh;
  background-color: rgb(4, 4, 4);
  color: rgb(158, 158, 158);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-between;
  font-size: 11px;
}

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

.footer-heading h2 {
  margin-bottom: 1rem;
}

.footer-heading a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.copyright {
  display: flex;
  color: rgb(158, 158, 158);
  justify-content: center;
  font-size: 9px;
  margin-top: 2rem;
}

@media (max-width: 500px) {
  .footer {
    font-size: 8px;
  }
}

@media (max-width: 500px) {
  .copyright {
    font-size: 6px;
  }
}
