/* Standardize testimonial cards across Tour Greens marketing pages. */
.pro-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.pro-card__media {
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
}

.pro-card__img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin: 0;
}

.pro-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: center;
}

.pro-card__media + .pro-card__content {
  padding-top: 1.25rem;
}

.pro-card__text {
  order: 1;
  margin: 0;
  max-width: 34rem;
}

.pro-card__title {
  order: 2;
  margin: 0;
  padding-top: 0.75rem;
}
