.lpg-block.plan-list-price ul{
    padding-left: 0px;
    list-style: none;
}
.lpg-block.plan-list-price p{
    min-height: 150px;
}
.lpg-block.plan-list-price ul li{
    text-align:left;
    font-size: 14pt;
    color: var(--mid-grey);
    line-height: 20px;
    padding: 10px;
}
.lpg-block.plan-list-price ul li:last-of-type {
    border-bottom: none;
}
.lpg-block.plan-list-price ul li:before{
    content: '';
    width: 1em;
    background-image: url('/wp-content/plugins/landing-page-generator/images/check-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
    display: block;
    float: left;
    height: 20px;
    margin-bottom: 20px;
    background-position: center;
}