ul.custom-bullet {
  list-style: none;
  margin-left: 0em;
  padding-left: 0;
}
ul.custom-bullet li::before {
  content: "▸";
  display: inline-block;
  width: 0.5em;
  margin-left: -1em;
  margin-right: 0.5em;
  color: inherit; /* Or set your preferred color */
}

.responsive-width {
  width: 100%;
}

@media (min-width: 768px) {
  .responsive-width {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .custom-desktop-ml {
    margin-left: 4rem !important;
  }
}