/* Lena's explicit wide-only experiment, 8 September. Not a shared rule. */
@media (min-width: 1200px) {
  .service-page--batch[data-service="tax-planning"] .service-section__intro--split > p {
    text-align: left;
    /* Actual longest line at the approved 19px font; align glyphs, not empty box space. */
    width: 455.35px;
    max-width: 100%;
    margin-left: auto;
    text-wrap: wrap;
  }
}
