  .ClientReview_Card {
    min-height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-weight: 600;
    overflow: hidden;
    padding: 20px 20px 0px;
    position: relative;
  }
  .ClientReview_Top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
  }
  .ClientReview_Pfp {
    width: 70px;
  }
  .ClientReview_Stars {
    font-size: 26px;
    padding-left: 0px;
    color: #ffbf00;
  }
  .ClientReview_Body {
    color: #5d4835;
    font-size: 14px;
    padding-bottom: 0px;
  }
  .ClientReview_Name {
    color: #5d4835;
    font-size: 12px;
    padding-bottom: 40px;
  }
  .ClientReview_Img img {
    filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(180deg) brightness(1.1);
    position: absolute;
    right: -70px;
    bottom: -50px;
    z-index: -1;
  }