/* Hide self-paced headings and subtext ONLY on the cohort-based page */
body[data-page-path="/browse/cohort-based"] .browse-heading,
body[data-page-path="/browse/cohort-based"] .browse-subtext {
    display: none !important;
}