.logo {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.logo img {
  display: block;
  width: 126px;
  height: 81px !important;
  max-height: 81px;
  object-fit: contain;
}

footer > a img {
  width: 145px;
  height: 93px !important;
  object-fit: contain;
}
