.list-style {
  & ul {
    list-style-type: disc !important;
   
  }
 & ul, ol {
  margin-left: 25px;
  text-align: left;
}
}