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

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

.customer-styles .template_text .content {
  grid-column: 1/7;
}

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

.customer-styles .template_text .typo-h2 {
  margin-bottom: 5px;
  text-align: center;
}

.customer-styles .template_text .typo-h3 {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .customer-styles .template_text .typo-h3 {
    margin-bottom: 60px;
  }
}
