div.vehicle-description {
    font-size: 18px;
}

.feature-value {
    text-indent: -10px;
    padding-left: 10px;
    font-size: 18px !important;
}

.flex-container-features {
    padding: 5px;
    column-count: 3;
    color: white !important;
}

.specifics-label {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 2px;
}

.specifics-value {
    font-size: 13px;
    color: #ffffff;
}

.carfaxcolor span { 
    font-size: 20px;   /* Adjusts the font size */
    color: white;       /* Sets the text color */
}



.carfaxcolor span { 
    font-size: 20px;   /* Adjusts the font size */
 text-align: left !important;   /* force left alignment */
}