.material li::before {
    content: " ";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-image: url("cut-regular.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -1.15rem;
    margin-right: 0.75rem;
    margin-bottom: -0.15rem;
}