.wc-custom-features-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #ebeef1;
    padding: 30px;
    border-radius: 10px;
}

.wc-custom-features-wrapper ul li {
    width: calc(25% - 20px);
    margin: 10px;
    font-size: 16px
}

h2.features-title {
    font-size: 18px !important
}

.features-title h2 {
    font-size: 30px !important
}

h2.features-title::before {
    font-size: 30px !important;
    content: "";
    width: 10px;
    border-left: 4px solid #418499;
    margin-right: 5px;
    height: 23px !important;
    display: inline-block;
}

/*
.features-title h2::before {
    font-size: 30px !important;
    content: "";
    border-left: 4px solid #418499;
    margin-right: 5px;
    height: 23px !important;
    display: inline-block;
}
*/
.features-category {
    display: flex;
    justify-content: space-between;
    /* opcional, puedes quitarlo */
}