.checkmarkBullets ul:not(.noCheckmarks) {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkmarkBullets ul:not(.noCheckmarks) li {
  padding-left: 25px;
  position: relative;
}

.checkmarkBullets ul:not(.noCheckmarks) li::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 13px;
  left: 0;
  top: 7px;
  background: url('/assets/am/images/bluecheckmark.png') no-repeat left center;
}

.blueBox {
  padding: .5em;
  background: #009ec8;
  margin: 3% 20%;
  font-size: 1.5rem;

}

.blueBox .h1 {
  font-size: 2em;
}