.review-panel .section-heading > .section-kicker {
  display: none !important;
}

.review-card .review-quote-mark {
  display: none !important;
}

.review-card .user-review-photo {
  background: #f8fafc;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 16px rgb(15 23 42 / 18%);
  display: block;
  height: 92px;
  margin: 0 auto 14px;
  object-fit: cover;
  object-position: center top;
  width: 92px;
}
