.stat-row{background:var(--sr-color-bg,#fff);padding:28px 20px;}
.stat-row__wrap{
  max-width:1120px;margin:0 auto;
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;
}

.stat-row__rating{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;}
.stat-row__rating-number{
  font-size:28px;font-weight:800;color:var(--sr-color-text,#1F211D);letter-spacing:-.02em;line-height:1;
}
.stat-row__stars{color:var(--sr-color-star,#C57F3B);font-size:15px;letter-spacing:1px;}
.stat-row__rating-count{font-size:14px;color:#6E736C;font-weight:500;}

.stat-row__quote{margin:0;font-size:15px;line-height:1.5;color:var(--sr-color-text,#1F211D);}
.stat-row__quote-text{font-weight:600;}
.stat-row__quote-sep{margin:0 4px;color:#9A968B;}
.stat-row__quote-author{color:#6E736C;font-weight:400;}

@media screen and (min-width: 768px){
  .stat-row__wrap{flex-direction:row;align-items:center;justify-content:center;gap:28px;}
  .stat-row__quote{flex:none;}
}