
.text-editor-data ul{
    list-style-type: inherit !important;
    margin-left: 25px !important;
}
.text-editor-data ol{
    list-style-type: numeric !important;
    margin-left: 20px !important;
}

.table-class{
    background-color: transparent !important;
}
.text-editor-data p{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    margin-bottom: 0px !important;
}
.text-editor-data h2 {
    font-size: 28px !important;
    
  /* Extra small devices (phones, less than 768px) */
  /*font-size: 16px !important;*/

  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    font-size: 14px !important;
  }

  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    font-size: 28px !important;
  }

  /* Large devices (large desktops, 1200px and up) */
  /*@media (min-width: 1200px) {*/
    
  /*}*/
}