.shop-or-build-product-card{
    width: 304px;
    max-width: 316px;
    padding: 24px;
    box-shadow: 2px 8px 20px 0px rgba(0, 0, 0, 0.15) !important;
    position: relative;
    z-index: 0;

}

.shop-or-build-product-card .row{
    margin: 0;
}

.shop-or-build-product-card .product-header{
    margin-bottom: 12px;
}

.shop-or-build-product-card .col-12{
    padding: 0;
}

.shop-or-build-product-card .model-year{
    margin-bottom: 0;
}
.shop-or-build-product-card .product-image{
    margin-bottom: 0;
}

.shop-or-build-product-card .product-image img{
    width: 100%;
    margin-bottom: 12px;
}

.shop-or-build-product-card .button-row{
    padding-top: 24px;
}
/* 
.shop-or-build-product-card .button-row .btn-prim{
    margin-bottom: 12px;
} */

.shop-or-build-product-card h3{
    margin-bottom: 0;
}
.shop-or-build-product-card .product-mileage{
    margin-top: 8px;
}

@media (max-width:991.98px) {
    .product-text{
        position: inherit;
    }
}