.chm-reviews__image{
  display: block;
  width: 128px;
  height: max-content;
}
.text-center .chm-reviews__image{
  margin-left: auto;
  margin-right: auto;
}
.text-center .chm-reviews>*+*:not(:empty){
  margin-top: 20px;
}
.text-left .chm-reviews{
  display: flex;
  gap: 20px;
  word-break: break-word;
}
.text-left .chm-reviews__image{
  flex: 0 0 auto;
}
@media(max-width: 992px){
  .chm-reviews__image{
    width: 96px;
  }
}