.landing-footer {
  position: relative;
  .landing-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .landing-footer__logo {
    position: absolute;
    top: -16%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;

    @media screen and (min-width: 990px) {
      top: -20%;
    }
  }

  .landing-footer__copyright {
    font-weight: 500;
  }

  .landing-footer__menu {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-flow: column;
    margin: 2rem 0;

    @media screen and (min-width: 990px) {
      margin: 3rem 0 2rem;
      flex-flow: nowrap;
    }

    a {
      font-size: 1.6rem;
      line-height: 1.8rem;
      font-weight: 600;
      &:hover {
        text-decoration: underline;
      }
    }
  }
}
