/*
 * Nuovo marchio Nürburgring Italia nel sistema editoriale originale.
 * Questo foglio non modifica palette, tipografia, card o layout del sito.
 */

.brand > img {
  display: block;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  filter: none;
}

.brand-copy strong {
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.footer-brand > img {
  display: block;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
}

@media (max-width: 820px) {
  .brand-copy {
    display: none;
  }
}
