  @media screen and (min-width: 992px) {
    .footer-box {
        justify-content: space-between;
    }
    .footer-box .footer-nav {
        flex: unset;
    }
  }