.hero-points-3 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px !important;
    transform: translate(0px, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 0 6px rgba(155, 225, 93, 0.15);
}