.three-products .title {
  text-align: center;
}

.three-products .price {
  display: block;
  text-align: center;
}

.three-products .card-information__text {
    text-align: center;
}

@media screen and (min-width: 750px) {
  .three-products .product-image-list {
    grid-template-columns: repeat(3, 1fr);
  }
}