.logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
}

.brand {
  display: inline-block;
  padding: 0 15px;
  color: $color-brand1-6;
  font-size: 34px;
}

.text {
  color: #fff;
  font-size: 30px;
}
