ul.check  { list-style-type: none; padding-left: 0px; list-style-position:outside}
ul.check li:before {
  content: '✓ ';
  color: #FBB040
}
body {
overflow-x: hidden !important;
}