.navbar {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #d8dde6;
}

.navbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.ventures-logo {
  height: 70px;
  width: auto;
}

/* Right text */
.coming-soon {
  font-size: 15px;
  color: #6b7482;
  font-weight: 500;
}

/* Mobile */
@media (max-width: 768px) {
  .navbar-inner {
    padding: 14px 16px;
  }

  .ventures-logo {
    height: 36px;
  }

  .coming-soon {
    font-size: 12px;
  }
}
