.logo-brand img {
  display: block;
  width: 140px;
  height: 54px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.company-name {
  border-left: 1px solid #d6dee9;
  padding-left: 12px;
  color: #0c1729;
  font: 700 12px/1.32 'DM Sans', sans-serif;
  letter-spacing: .15px;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .company-name { display: none; }
}
