.google-review-card {
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important;
  overflow: hidden;
}

.google-rating-line > div > span.review-stars:not(.is-muted) {
  color: #f7b500 !important;
}

.google-review-card > p {
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.google-review-card > .review-source-link {
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 14px;
}

@media (max-width: 620px) {
  .google-review-card {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }

  .google-review-card > p {
    -webkit-line-clamp: 5;
  }
}
