.brand {
  width: 143px;
  height: 44px;
  background: url('assets/tk-info-logo.png') left center / contain no-repeat;
}

.brand > * {
  display: none;
}

footer .brand {
  width: 126px;
  height: 38px;
}

@media (max-width: 760px) {
  .brand { width: 128px; height: 39px; }
}
