.container.price-page {
  margin-top: 30px;
}

.price-card {
  border: none;
  background-color: #d2d2d2;
  padding: 0 5px 10px 5px;
  margin-bottom: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.price-card.card-even {
  border-top: solid 10px green;
}

.price-card.card-odd {
  border-top: solid 10px #f15a27;
}

.card-img-container {
  min-height: 175px;
}

.card-img-top {
  max-height: 150px;
  max-width: 150px;
  padding: 10px;
}

.card {
  border-color: #f15a27;
  border-width: 2px;
}

.card-body {
  padding-top: 1px;
  /*min-height: 350px;*/
}

.card-title {
  font-size: xx-large;
}

@media (max-width: 576px) {
  .card-title {
    height: auto;
  }
}

.price-prefix {
  padding-right: 10px;
  font-size: medium;
}

.prices {
  font-weight: 600;
  font-size: x-large;
  line-height: normal;
}

.card-subtitle {
  height: 50px;
}

@media (max-width: 576px) {
  .card-subtitle {
    height: 15px;
  }
}

