.own-price {
  font-size: 1.5em;
}
.text-price-large {
  font-size: 1.5em;
}
.jumbotron {
  transition: transform 0.5s ease;
}
.jumbotron:hover {
  transform: translateY(-10px);
}
@media (max-width: 600px) {
  .jumbotron {
    transition: none;
  }
  .jumbotron:hover {
    transform: none;
  }
}
