.brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand img {
  height: 50px;
}

.tagline {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
