
.car-top-spec{
    max-height: 450px;
}

.primary-color{
color: #308dff;
}

.black-font{
color: #000;
}

.specs{
text-align: center;
clear: both;
color: #a4a3a2;
padding: 0px;
height: 164px;
display: flex;
justify-content: center;
flex-direction: column;
}

.specs .upper-price{
border-top: 1px solid #c8c8c9;
}

.specs .border-bottom{
border-bottom: 1px solid #c8c8c9;
}

.specs .upper-price h2{
font-weight: 600;
margin-top: 5px;
}

.specs .upper-price h4{
font-size: 20px;
}

.specs .compare-specs {
display: flex;
gap: 0px;
flex-wrap: wrap;
border-bottom: 1px solid #c8c8c9;
border-top: 1px solid #c8c8c9;
}

.specs .compare-specs .specs-col{
width: calc(100% / 2 - 0px);
position: relative;
}
/* 
.specs .compare-specs .specs-col:first-child:after{
content: '';
width: 1px;
height: 90%;
background-color: #a4a3a2;
display: block;
position: absolute;
left: calc(100% + 8px);
top: 8px;
transform: translateX(-50%);
} */

.specs .compare-specs .specs-col:first-child{
border-right: 1px solid #c8c8c9;
}

.specs .compare-specs .specs-col h2{
font-size: 20px;
}

.specs .compare-specs .specs-col h4{
font-size: 16px;
}

.vehicle-pricing{
display: none;
}

.vehicle-overlay{
display: none !important;
}
