#dealers-map-canvas {
    height: 360px;
}
.showroom-detail {
    padding-bottom: 72px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.showroom-detail .ev-title {
    margin-bottom: 56px;
    text-align: center;
}
.showroom-back-button {
    font-weight: 300;
    color: #333333;
}
.contact-info div {
    line-height: 32px;
}
.showroom-title {
    font-weight: 600;
    font-size: 16px;
}
.contact-btn {
    color: #FFF;
    padding: 16px 8px;
    font-weight: 300;
    font-size: 16px;
    float: right;
    width: 100%;
    text-align: center;
    background: #104779;
}
.contact-btn:hover {
    opacity: 0.95;
}
.car-card {
    padding: 0 4px;
    display: flex;
    flex-direction: column;
}
.car-card .card-info {
    height: 100%;
}
.inventory-card {
    padding: 5px 15px;
}
.car-image {
    max-width: 144px;
    max-height: 96px;
}
.car-card .showroom-title {
    line-height: 24px;
    padding-top: 10px;
}

.slick-initialized .slick-slide {
    display: flex;
    width: 152px;
}
.review-body div {
    padding-top: 8px;
}
.showroom-back-button .fa-angle-left:before {
    font-family: FontAwesome;
    padding-right: 15px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
 .contact-info-wrapper {
     margin-top: 16px;
 }
}