/*----------------------------------------*/
/*  02. All Content
/*----------------------------------------*/
.all-content-wrapper, .content-wrapper {
    margin-left: 256px;
    transition: all 0.3s;
}

.content-wrapper{
    margin-top: 54px;
}

.page-title {
    margin-top: 54px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
  }
  .page-title span{
    font-weight: 300;
  }