.check-list {
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.check-list li {
    list-style: none;
    margin-bottom: 15px;
}

.check-list li:last-child {
    margin-bottom: 0px;
}

.check-list .big {
    font-size: 24px;
}
.check-list svg {
    margin-right: 10px;
}

.check-list .normal {
    font-weight: 300;
}

.check-list .black-font {
    color:#333333;
}

.check-list .white-font {
    color:#ffffff;
}