.app-header .brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
}

.app-header .brand-mark img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
