.demo-divider-example {
  > p {
    line-height: 1.6;
  }
  &:not(:last-child) {
    margin-bottom: 20px;
  }
  .demo-divider-vertical {
    span {
      display: inline-block;
      line-height: 40px;
      font-size: 16px;
    }
  }
}
