/**
 * Style 1 – Jost (replaces header_style_1 / Futura banner look).
 */
.header_style__jost-banner .blog-title p {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 62px;
}

@media (max-width: 767.98px) {
  .header_style__jost-banner .blog-title h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
