.ingv-logo {
  display: block;
  width: 220px;
  height: 82px;
  padding: 7px 12px;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
}

.ov-unit strong,
.ov-unit span {
  display: block;
}

.ov-unit span {
  font-size: .82rem;
  opacity: .85;
}

.backend-brand img {
  width: 116px;
  height: 50px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #fff;
  object-fit: contain;
}

@media (max-width: 560px) {
  .ingv-logo { width: 160px; height: 64px; }
  .ov-unit { display: none; }
  .backend-brand img { width: 94px; height: 42px; }
}
