.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    order: 1;
  }
  
  .contact-info {
    order: 2;
  }

  #logo {
    margin-left: 3vw; 
  }