
.featured-list ul {
    list-style: none;
}

.featured-list ul li{
    display: flex;
}

.featured-list ul li:before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right:10px;
    color: var(--color-primary);
    font-size: 1.3em;

    
}

.bg-primary.featured-list ul li:before{
        color:white;
    }
