ul.custom-bullets {
    list-style: none;
    padding-left: 0;
}


ul.custom-bullets li::before {
    content: "";
    display: inline-block;
    width: 16px; /* Adjust to match your image size */
    height: 16px;
    background-image: url('/images/Template/FlugzeugHaken.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px; /* Space between the bullet and the text */
    vertical-align: middle;
}