/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007f4a+0,66cc00+100 */
.custom-background {
background: linear-gradient(to right,  #007f4a 0%,#66cc00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* Add a class to your list, e.g., <ul class="custom-bullets"> */
.custom-bullets ul {
    list-style-type: none; /* Removes default bullets */
}

.custom-bullets li::before {
    content: ''; /* Required for ::before */
    display: inline-block;
    width: 15px; /* Adjust size as needed */
    height: 15px; /* Adjust size as needed */
    margin-right: 8px; /* Space between icon and text */
    background-image: url('https://www.telusdigital.com/_next/static/media/point-icon.aeb6ba66.svg'); /* Paste your image URL here */
    background-size: contain;
    background-repeat: no-repeat;
}