@media screen and (min-width: 768px) {
  .product_card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    max-width: 768px;
  }

  .product_card .prices {
    padding-bottom: 2rem;
  }
}
