.custom-project-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-project-list li {
  position: relative;
  padding-left: 30px; /* space for icon */
  margin-bottom: 1rem; /* space between list items */
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block; /* prevent side-by-side stacking */
  max-width: 100%;
}