.custom-list-02 {
	list-style-type: none; /* Entfernt die Standard-Aufzählungszeichen */
}

.custom-list-02 li {
	position: relative;
	padding-left: 30px; /* Platz für das Aufzählungszeichen */
	padding-bottom: 10px;
}

.custom-list-02 li::before {
	content: "o"; /* Hier kannst du das gewünschte Symbol eingeben */
	font-weight: bold;
	position: absolute;
	left: 0;
	color: #B0A1BF;
}

.custom-list-02 h4 {
	margin-bottom: 5px !important;
}