/* Keep the PRICE & MEMBERSHIP headline grouped into its intended two lines. */
@media (min-width: 761px) {
  .pricing-heading .section-heading-main {
    width: 100%;
    max-width: none;
  }

  #pricing-title {
    max-width: none;
    white-space: nowrap;
  }
}
