.brand-mark {
  display: grid;
  place-items: center;
  background: #fff;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.dialog-logo {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(33, 110, 218, 0.12);
}

.dialog-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transform: none;
}
