.instock-cars {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;

}
.instock-cars .instock-car {
    margin-bottom: 20px;
}
.instock-car a {
    text-decoration: none;
    color: inherit;
}
