.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}

/* hiding the student banner text - Ang/GTI - September 2025 */
.romeo .main-banner-outer .main-banner-container .main-banner-txt {
    display: none;
    }
