.bulleted-list ul {
  list-style: none;
}

.bulleted-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space--small);
  padding: var(--space--small) 0;
  line-height: 1.5;
}

 .bulleted-list--red li::before {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f48e8e;
  margin-top: 7px;
}