.work-section-empty .work-heading {
  margin-bottom: 0;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-legal a {
  color: inherit;
  transition: color 0.2s ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #ffffff;
}

@media (max-width: 640px) {
  .footer-legal {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}

