.wallet-mark {
  width: 64px;
  height: 50px;
  flex: 0 0 64px;
  border: 1px solid #e0e6ee;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: #fff !important;
  overflow: hidden;
}

.wallet-mark img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
}
