/* Product card mobile price */
@media screen and (max-width: 749px) {
  .card__information .price__container {
    font-size: 1.2rem;
  }
}
