.card-header h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 2px;
}

.key-price {
  font-size: 21px;
  color: #0a73bb;
}

.save {
  color: green;
  font-weight: bold;
}

.card-body hr {
  opacity: 1;
  border-top: 1px solid #eee;
}

.card-body hr:not([size]) {
  height: 0;
}