.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}


@media (min-width: 768px) {
    .romeo .main-banner-outer .main-banner-container .main-banner-brand {
        padding: 0;       
    }
}


/** STUDENT DASHBOARD - moving the custom pane and roundals to the center, ANG @ GTI TC-29879  **/
/*.page-student .dashboard-content .dashboard-header .col-md-8.col-12 {*/
/*    margin: 0 auto;*/
/*    }*/
.page-student .dashboard-content .dashboard-header .dash-cta-deck {
    justify-content: center;
    gap: 4rem;
    }
/*.page-student .dashboard-content .flex-dash-row {*/
/*    justify-content: center;*/
/*    }*/
/*.page-student .dashboard-content .flex-dash-row .flex-dash-col-right {*/
/*    display:none;*/
/*    }*/
.page-student .dashboard-content section .container-fluid.dash-publications {
    /* pushing down the first section under the custom pane */
    padding-top: 6rem;
    }
