
#car-row-custom .model-wrap {
  justify-content: space-between;
  flex-wrap: nowrap;
}
#featured-custom .product-wrapper-link {
   height: 360px;
}

.promotional-banner-wrap .promotional-banner-link, .promotional-banner-wrap .promotional-banner-text-wrap {
    display: block;
    padding: 8px 10px;
    color: white;
    background-color: #A9A9A9;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}