.footer {
  display: flex;
  height: 187px;
  background: #fff;
}

.footer-container {
  padding: 40px 0;
}

.menu-footer {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  height: 80px;
  margin: 0;
  padding: 0;
}

.menu-footer-item {
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.menu-footer-item-link {
  padding-right: 60px;
  color: #898989;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.4s ease;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.menu-footer-item-link:hover {
  color: #000000;
}

.menu-footer-logo {
  display: flex;
  justify-content: space-between;
}

.logo-lorem-ipsum {
  display: flex;
  align-items: center;
}

.logo-footer-text {
  margin-left: 10px;
}

.menu-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .menu-footer {
    display: none;
  }

  .logo-text-footer {
    display: inline;
  }

  .logo-cwi-crescer {
    display: none;
  }

  .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;  
  }

  .menu-footer-logo, .menu-footer-content {
    display: inline-block;
  }

  .footer{
    height: 69px;
  }

  .footer-text {
    padding-left: 3dvb;
  }
}
