.cost-list li::before{
    color: var(--fll-red);
    font-size: 25px;
    content: '\2714';
}

.cost-list {
    list-style: none;
}