.globalRating{align-items:center;display:flex;gap:20px;justify-content:space-between}.globalRating__item{align-items:center;display:flex;gap:12px;justify-content:start;max-width:220px}.globalRating__icon{flex:none;height:32px;object-fit:contain;object-position:center;width:32px}.globalRating__text{width:100%}.globalRating__title{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:start}.globalRating__title p{font-size:15px;font-weight:500;line-height:1.2}.globalRating__stars{height:auto;margin:0 0 2px;width:80px}.globalRating__description{font-size:14px;line-height:1.2}.globalRating__divider{background:var(--medium-gray-color);display:block;flex:none;height:40px;width:1px}@media screen and (max-width:1192px){.globalRating{flex-wrap:wrap;justify-content:center}}@media screen and (max-width:600px){.globalRating{display:block}.globalRating__item{max-width:100%}.globalRating__item:not(:last-child){margin:0 0 20px}.globalRating__divider{display:none}}