.custom-list {
    text-align: left;
}

.custom-list ul {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.custom-list ul li {
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-list ul li:first-child {
    margin-top: 0px;
}

.custom-list ul li:last-child {
    margin-bottom: 0px;
}

.custom-list ul li:before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
}

.custom-list .list-check li:before {
    background-image: url("../img/lists/check.png");
    width: 25px;
    height: 25px;
}

.custom-list .list-check-circle-fa li:before {
    content: "\f058";
    width: 25px;
    height: 30px;
    font-weight: 400;
    color: #77b611;
}

.custom-list .list-arrow li:before {
    content: "\f35a";
    width: 25px;
    height: 30px;
    font-weight: 400;
    color: #77b611;
}

.custom-list .list-check-circle-fill-fa li:before {
    content: "\f058";
    width: 25px;
    height: 30px;
    font-weight: 900;
}

.custom-list .list-dot-circle li:before {
    content: "\f192";
    width: 25px;
    height: 30px;
    font-weight: 900;
    color: #900;
}

.custom-list .list-cross li:before {
    background-image: url("../img/lists/cross.svg");
    width: 22px;
    height: 22px;
}

ul {
    list-style-type: none;
}
