/* Enter Your Custom CSS Here */
@media only screen 
  and (max-width: 1199px)  {
  #cas-top-bar h1.topBarDepartmentName {
    font-size: 29px;
}
}

@media only screen 
  and (max-width: 991px) {
  #cas-top-bar h1.topBarDepartmentName {
    font-size: 19px;
}
}
