img.card-img-top {
    height: 342px;
}
@media only screen and (max-width: 768px) {
img.card-img-top {
    height: 250px;
}
}