/* Desktop information pages use the same header rhythm as app.html. */
@media (min-width: 769px) {
  .privacy-card,
  .contact-card,
  .collaboration-card {
    padding-top: 0;
  }

  .privacy-card > .header,
  .contact-card > .header,
  .collaboration-card > .header {
    height: 45px;
    flex: 0 0 45px;
  }

  .privacy-card > .header .header-container,
  .contact-card > .header .header-container,
  .collaboration-card > .header .header-container {
    position: relative;
  }

  .privacy-card > .header .header-nav,
  .contact-card > .header .header-nav,
  .collaboration-card > .header .header-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .privacy-hero,
  .contact-hero,
  .collaboration-hero {
    margin-top: 72px;
  }
}
