.brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  padding: 4px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16) !important;
}

.brand img {
  display: block !important;
  width: 184px !important;
  height: auto !important;
  max-height: 49px !important;
  object-fit: contain !important;
}

.brand span {
  display: none !important;
}

@media (max-width: 620px) {
  .brand {
    padding: 3px 7px !important;
    border-radius: 10px !important;
  }

  .brand img {
    width: 150px !important;
    max-height: 42px !important;
  }
}
