.card-body ul li {
    position: relative;
    left: 30px;

}

.card-body ul li:before {

    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #e7c35f;
    font-weight: 600;
    font-size: 14px;
    margin-right: 15px;
    left: -30px;
}

.info ul li {
    position: relative;
    left: 30px;

}

.info ul li:before {

    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #e7c35f;
    font-weight: 600;
    font-size: 14px;
    margin-right: 15px;
    left: -30px;
}

.text-justify {
    text-align: justify;
}