footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}

.footer-copy ul,
.footer-copy ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-copy .footer-copy-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav li a {
  color: #6ee7b7;
}

.footer-nav li a:hover {
  color: #fff;
}

.footer-menu-logo a {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .footer-menu-logo {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-copy .footer-copy-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
