.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
    }

.dash-cta-deck .dash-cta-link .dash-cta-title {
    /*TC-30899 - change to width so that the text doesn't get cut off */
    left: -19%;
    width: 135%;
    }
