.brand-logo-wrap {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

.brand-logo-wrap img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
