@import url('content.css');

.brand {
  width: 190px;
  background: transparent;
  padding: 0;
}

.brand img {
  width: 100%;
  height: 98px;
  object-fit: contain;
  mix-blend-mode: normal;
  background: transparent;
}

.footer-logo {
  width: 230px;
  height: 190px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  mix-blend-mode: normal;
}

.main-nav .dropdown > button {
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .brand {
    width: 160px;
  }

  .brand img {
    height: 82px;
  }
}
