.entry-content ul li {
  list-style-type: none;
}

.entry-content ul li:before {
  content: "⬥";
  padding-right: .2rem;
  color: #232A5E;
}

.wp-block-list {
  list-style-type: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption {
		text-align:left;
}