.brand {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.brand img {
  display: block;
  width: auto;
  height: 44px;
}
