h3.logo,
h3.logo a,
div.logo a {
  align-items: center !important;
  display: flex !important;
  height: fit-content !important;
  justify-content: center !important;
  max-width: 100% !important;
  width: fit-content !important;
}

h3.logo {
  width: 100% !important;
}

h3.logo a img {
  height: 48px !important;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

div.logo a img {
  height: 48px !important;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
