main .newsletter-section {
  margin: 0 0 8rem;
}

main {
  min-height: auto;
}

img + em, table + p em, img + em a, table + p a {
  font-style: normal;
  font-family: Futura-Boo, sans-serif;
  font-size: 1rem;
  color: rgb(127, 112, 116);
}

.faq-markdown {
  margin-bottom: 4rem;
}

.faq-item {
  max-width: 27em;
}

.related-section {
  margin: 0 1rem 6rem;
}


.faq-item-section {
  margin: 1rem 1rem 0;
}

.faq-item-section .timestamp {
  font-family: Futura-BooObl, sans-serif;
}

.faq-item-not-found p {
  max-width: 30em;
}

.faq-item {
  margin-top: 1.5rem;
}

.faq-item-not-found {
  padding: 3rem 1rem;
}

.faq-item-not-found h2 {
  margin-bottom: 1rem;
}

/* BREADCRUMBS */

.breadcrumbs {
  align-self: flex-start;
  font-size: 1rem;
}

.breadcrumbs ul {
  display: flex;
}

.breadcrumbs li:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumbs li {
  white-space: nowrap;
}

.related-section h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.related-section ul > * + * {
  margin-top: 0.5rem;
}

.breadcrumbs li + li::before {
  content: '';
  background-image: url(/static/res/img/chevron-right.svg);
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.25rem;
  display: inline-block;
  background-size: 100% 100%;
}


@media (min-width: 30em) {
  main .newsletter-section, main .find-installer-ad {
    margin: 0 auto 12rem;
  }

  h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    line-height: 1.25;
  }

  img + em, table + p em, img + em a, table + p a {
    font-size: 1.125rem;
  }

  .faq-item-section {
    max-width: 848px;
    margin: 2rem auto 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .faq-item {
    margin-top: 4rem;
  }

  .faq-item-not-found {
    max-width: 848px;
    margin: 0 auto;
    padding: 3rem 0;
  }

  .faq-item-not-found > p {
    max-width: none;
  }

  .faq-markdown {
    margin-bottom: 6rem;
  }

  /* BREADCRUMBS */

  .breadcrumbs {
    font-size: 1.15rem;
  }

  .breadcrumbs li + li::before {
    margin: 0 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
  }

  .breadcrumbs li:first-of-type {
    display: list-item;
  }

  .breadcrumbs li:first-of-type + li::before {
    display: inline-block;
  }

  .related-section ul {
    columns: 2;
  }

  .related-section ul > * + * {
    margin-top: 0.5rem;
  }

  .related-section {
    max-width: 848px;
    margin: 0 auto 8rem;
  }

  .related-section h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
