.topcar-product-snapshot {
    background-color: #f7f4ed;
    padding-top: 2em;
    padding-bottom: 2em;
}

.topcar-product-snapshot .topcar-intro-title {
    color: #a07f00;
    margin-top: 1em;
    margin-bottom: 1em;
}

.topcar-product-snapshot .topcar-product-listbox {

}

.topcar-product-snapshot .topcar-product-listbox li {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #6d6d6d;
    flex: 0 0 22.88%;
    max-width: 22.88%;
}

.topcar-product-snapshot .topcar-product-listbox li .topcar-product-listbox-value {
    color: #000;
}

@media screen and (max-width: 991px) {
    .topcar-product-snapshot .topcar-product-listbox li {
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid #6d6d6d;
        flex: 0 0 48%;
        max-width: 48%;
    }
}