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

.brand img {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  object-fit: cover;
}

.brand span {
  margin-left: 0;
}
