.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 0;
  background: transparent;
  color: inherit;
  display: grid;
  place-items: center;
}

.brand-mark img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}
