.single-review {
  position: relative;
  margin: 60px 0;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .single-review {
    margin: 80px 0;
  }
}
.single-review .reviews {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.single-review .reviews .hearts-together {
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991.98px) {
  .single-review .reviews .hearts-together {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .single-review .reviews .hearts-together {
    left: inherit;
    right: 0;
    top: -125px;
    transform: translateX(0);
  }
}
.single-review .reviews .review-quote-mark {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-review .reviews .review-quote-mark:before {
  content: "";
  display: block;
  width: 18px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.357 30.791'%3E%3Cpath d='M13.403 1.686q1.301.423 2.267 3.091l-.115.355-3.142 6.046-.577 1.774-2.742 12.065a3.9 3.9 0 0 1-4.711 1.61q-4.38-1.423.697-17.048 3.114-9.586 8.323-7.893Zm8.059 4.195q3.279 1.591 2.356 4.43a40.473 40.473 0 0 0-5.278 9.801l-.896 6.383q-.462 1.421-4.28 1.489-4.425-2.49-1.696-10.89 5.65-12.559 8.965-11.482Z' fill='%232C7328'/%3E%3C/svg%3E");
}
.single-review .reviews .review-quote-mark-end {
  position: absolute;
  bottom: 0px;
  right: -20px;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(-1);
}
.single-review .reviews .review-quote-mark-end:before {
  content: "";
  display: block;
  width: 18px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.357 30.791'%3E%3Cpath d='M13.403 1.686q1.301.423 2.267 3.091l-.115.355-3.142 6.046-.577 1.774-2.742 12.065a3.9 3.9 0 0 1-4.711 1.61q-4.38-1.423.697-17.048 3.114-9.586 8.323-7.893Zm8.059 4.195q3.279 1.591 2.356 4.43a40.473 40.473 0 0 0-5.278 9.801l-.896 6.383q-.462 1.421-4.28 1.489-4.425-2.49-1.696-10.89 5.65-12.559 8.965-11.482Z' fill='%232C7328'/%3E%3C/svg%3E");
}
.single-review .review {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.single-review .review blockquote {
  font-family: "Sue Ellen Francisco";
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 41px;
  color: #40372D;
}
@media only screen and (min-width: 992px) {
  .single-review .review blockquote {
    font-size: 36px;
    line-height: 60px;
  }
}
.single-review .review cite {
  font-size: 14px;
  font-style: normal;
  color: #40372D;
  font-weight: bold;
  line-height: 21px;
}
