/*
 * Be What Matters workshop presentation refinements.
 *
 * The global heading rhythm gives an H2 a 72px top margin. When the workshop
 * eyebrow introduces "Watch, Listen, or Read", that reads as an accidental
 * break rather than one compact media heading.
 */

.tn-be-what-matters.tn-course-lesson > .tn-kicker:first-child + h2 {
	margin-top: 1.25rem !important;
}
