.sr-review-columns .verified{color:var(--orange);}
.sr-review-columns .stars{
  display:flex;
  column-gap:3px;
  margin-bottom:12px;}
.sr-review-columns svg{
  height:16px;
  width:16px;}

  .sr-review-columns .justify-center{justify-content:center;}
  .sr-review-columns .justify-right{justify-content:end;}
  .sr-review-columns .justify-left{justify-content:start;}



@media screen and (min-width: 990px) {
  .sr-review-columns .sr-single-review.image-position-left{
    display:flex;
    height: 100%;}
  .sr-review-columns .sr-single-review.image-position-left > *{
    height: 100%;
    width:50%;}
  .sr-review-columns .sr-single-review.image-position-left .media{height:100%;}
}