.VehicleInfo{display:flex;flex-direction:column;position:relative;padding:0;min-height:200px;background-color:#fff;box-shadow:0 3px 10px 0 rgba(0,0,0,.1)}.VehicleInfo.is-in-card{width:100%!important;height:100%}.VehicleInfo.is-in-card .VehicleInfo__seeMore{display:inline}@media screen and (min-width:670px){.VehicleInfo{flex:none!important;width:33.3333333333%!important}}.VehicleInfo .VehicleInfo__title{text-transform:uppercase;font-size:1.6rem}@media screen and (min-width:670px){.VehicleInfo .VehicleInfo__title{text-transform:inherit}}.VehicleInfo .VehicleInfo__seeMore{display:none;line-height:2.2rem;font-size:1.4rem;text-decoration:underline}.VehicleInfo .VehicleInfo__row{min-height:48px;display:flex;position:relative;margin-bottom:0;align-items:center}.VehicleInfo .VehicleInfo__row:nth-child(2n){background-color:#f2f2f2}.VehicleInfo .VehicleInfo__row:before{content:"";display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;border-left:1px solid #d9d9d6}.VehicleInfo .VehicleInfo__label{width:50%;font-size:1.3rem;color:#000;margin-left:16px;font-weight:700}.VehicleInfo .VehicleInfo__data{width:50%;font-size:1.3rem;text-align:left;color:#3e3f40}.VehicleInfo__titleWrapper{display:flex;justify-content:space-between;padding:16px;border-bottom:0;margin-bottom:0;background-color:#000;color:#fff}