.cc-list-benefits ul {
    list-style: none;
}

.cc-list-benefits li {
    position: relative;
    padding-left: 0.25em;
    margin-bottom: 0.6em;
}

.cc-list-benefits ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #27B573;
    position: absolute;
    left: -1.35em;
    top: 0;
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}