.your-vehicle .results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.your-vehicle .results a.result {
  display: flex;
  flex-direction: column;
  width: 208px;
  height: 335px;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  text-decoration: none;
  margin: 10px;
}
.your-vehicle .results a.result .media {
  width: 100%;
  height: 208px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
.your-vehicle .results a.result .info {
  padding: 20px 10px 0;
  text-align: center;
  color: #000;
  background-color: #f5f7fa;
  flex: 1;
}
.your-vehicle .results a.result .info .name {
  font-size: 14px;
}
.your-vehicle .results a.result .info .preis {
  -webkit-line-clamp: 2;
  font-size: 26px;
  font-weight: bold;
  padding-top: 10px;
}
.your-vehicle .price_wrapper {
  flex-wrap: wrap;
}

/*# sourceMappingURL=YourVehicle.css.map */
