.Footer {
  padding: 50px 0;
  background-color: var(--clr-primary);
}

.Footer-divider {
  width: 100%;
  margin-bottom: -6px;
}

.Footer-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {

.Footer-content {
    flex-direction: row;
    gap: 66px;
}
  }
