.price_list {
    list-style: none;
}

@media screen and (max-width: 840px) {
    .feature_list {
        list-style: none;
    }
    .feature_list > li {
        padding-bottom: 6px;
    }
}