div.feature-two-col:first-of-type ul:first-of-type,
div.feature-two-col:first-of-type ul:nth-of-type(2) {
    list-style-position: outside;
}

div.feature-two-col:first-of-type ul:first-of-type > li a:first-of-type,
div.feature-two-col:first-of-type ul:nth-of-type(2) > li a:first-of-type {
    margin-left: 5px;
}

div.feature-two-col:first-of-type ul:first-of-type > li::before,
div.feature-two-col:first-of-type ul:nth-of-type(2) > li::before {
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: .4em;
    color: #4e2a84;
    margin-left: -1.5em;
    
}

div.feature-two-col:first-of-type ul:first-of-type > li,
div.feature-two-col:first-of-type ul:nth-of-type(2) > li {
    background: none;
}