/* Set Page Background Color */
page-center {
  background-color: #1B365D;
}

<style>
@media (max-width: 768px) {
  .mobile-stack {
    display: block !important;
  }
  .mobile-stack > div {
    width: 100% !important;
    margin-bottom: 16px;
  }
}
</style>

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2714";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffffff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/