.topcar-product-inspection-point {
    background-color: #11100d;
    padding: 2em 0;
}

.topcar-product-inspection-point .topcar-intro-title {
    color: #f7c600;
}

.topcar-product-inspection-point .topcar-title {
    color: #fff;
    font-size: 42px;
}

.topcar-product-inspection-point .topcar-product-listbox li:first-child , 
.topcar-product-inspection-point .topcar-product-listbox li:last-child {
    background-color: #f7c600;
}


.topcar-product-inspection-point .topcar-product-listbox li:first-child .label ,
.topcar-product-inspection-point .topcar-product-listbox li:last-child  .label ,
.topcar-product-inspection-point .topcar-product-listbox li:first-child .topcar-product-listbox-value ,
.topcar-product-inspection-point .topcar-product-listbox li:last-child .topcar-product-listbox-value {
    color: #000;
}

.topcar-product-inspection-point .topcar-product-listbox .topcar-product-listbox-value {
    font-size: 22px;
}

.topcar-product-inspection-point .flex-end {
    align-items: end;
}