.brand {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  column-gap: 9px;
  font-size: 0;
}

.brand img {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand small {
  margin: 5px 0 30px;
}

.login-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0;
}

.login-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
