.hidden-blocker-section-wrapper ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.hidden-blocker-section-wrapper ul li {
  position: relative;
  padding-left: 1em;
}

.hidden-blocker-section-wrapper ul li::before {
  content: "•";
  position: absolute;
  left: 5px;
  font-size: 0.85em;
  line-height: inherit;
}