.call-to-action .feature-list li i {
    color: var(--accent-color);
    font-size: 1.25rem;
    margin-left: 12px;
    margin-top: 2px;
    background: 
 color-mix(in srgb, var(--accent-color), transparent 90%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}