:root{--hero-flex-direction:column;--hero-align-items:start}@media (min-width:960px){:root{--hero-flex-direction:row;--hero-align-items:center}}.hero-reviews{background:#fff;border-radius:16px;box-shadow:var(--box-shadow);display:flex;flex-direction:column;font-size:20px;gap:8px;line-height:30px;margin:0 auto;max-width:480px;padding:40px}.hero-reviews__header h4{margin-bottom:32px;text-align:center}.hero-reviews__rating{display:flex;gap:32px}.hero-reviews__rating-type{flex:1}.hero-reviews__rating-stars{align-items:center;display:flex}.hero-reviews__rating-stars svg{height:24px;width:24px;fill:var(--yellow-500)}.hero-reviews__rating-score{color:var(--gray-500);font-size:16px;font-weight:500;margin-left:8px}