/* Additional CSS styles, for addition to main stylesheet */

.entry-content ul {
  list-style: disc;
}
.entry-content ul li {
  padding-right: 20px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .entry-content ul li::before {
    margin-right: 14px;
  }
}
.entry-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #242a3a;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}