@media (min-width: 1024px) {
  footer > div:first-child > div:nth-child(2) {
    transform: translateX(30px);
  }
}
