  .row.centered {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
        
  .space {
  width: 6px;
  height: auto;
  display: inline-block;
}
        
    #page-title {
    clear: both;
    padding: 30px 0;
    background-color: #f8f9fa;
    position: relative;
}
 
hr.space-xxs {
    height: 3px;
    display: inline-block;
}