.landing-footer {
  padding: 40px 6vw 60px;
  background: #f1efee;
  border-top: 1px solid #e2dfdd;
}

.landing-footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  color: #1a1a1a;
}

.landing-footer a {
  color: inherit;
  text-decoration: none;
}

.landing-footer a:hover,
.landing-footer a:focus {
  text-decoration: underline;
}
