.customer-styles {
  /* START article: headline */
  /* END article: headline */
}

.customer-styles .template_headline {
  background-color: #fff;
}

.customer-styles .template_headline .typo-h2 {
  grid-column: 1/7;
}

@media (min-width: 768px) {
  .customer-styles .template_headline .typo-h2 {
    grid-column: 3/15;
  }
}
