/* Page Title */
/* .page-header.bg-blue-10{
    margin-top: 30px;
} */
/* Sub header */
#careerSupportProgramme.cropPassFAQ h2::before {
    counter-increment: section;
    content: counter(section) ".";
    padding-right: 15px;
}

#careerSupportProgramme.cropPassFAQ h2{
    color: black;
}

#careerSupportProgramme.cropPassFAQ h2 {
    margin-top: 20px;
    counter-reset: subsection;
}

#careerSupportProgramme.cropPassFAQ h5::before {
    counter-increment: section;
    content: counter(section) ".";
    padding-right: 15px;
}

#careerSupportProgramme.cropPassFAQ h5{
    color: black;
}

#careerSupportProgramme.cropPassFAQ h5 {
    margin-top: 20px;
    counter-reset: subsection;
}

main#careerSupportProgramme{
    overflow: unset;
}
