/* Rankings Feature Title Centering */
#your-block-id .panel__title {
 text-align: center; 
}
#your-block-id .panel__title:after {
 margin: auto; 
}