.brand {
  display: flex;
  align-items: center;
  height: 58px;
  width: 122px;
  overflow: hidden;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: screen;
}

.hero h1 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.055em;
}
