div.kfagroupproductfeatures-feature-name {
    background: transparent !important;
    border-radius: 10px;
    padding: 1rem !important;
    font-weight: 400;
    font-size: 14px;
    color: #44434c;
}

div.kfagroupproductfeatures-feature-value {
    background: transparent!important;
    color: #30353e;
    padding: 1rem !important;
    font-weight: 600;
    font-size: 14px;
}

.kfagroupproductfeatures-group-title {
    padding: 1rem   !important;
    border-radius: 10px;
    color: #30353e;
}

.kfagroupproductfeatures-feature-container {
    border-bottom: 1px solid #81858b;
    margin: 0 !important;
}

.kfagroupproductfeatures-feature-container:last-child {
    border: none;
}

.d-flex.flex-wrap.kfagroupproductfeatures-feature-value .value {
    margin: 0 0.25rem;
}