.reviews{padding-top:80px}.reviews__wrapper{grid-column-gap:2.4rem;grid-row-gap:16px;display:grid;grid-auto-columns:1fr;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;margin-top:3.2rem}.review-item{background-color:#fff;border:1px solid rgba(0,0,0,.1);padding:3.2rem 2.4rem}.review-item__top{display:flex;justify-content:space-between;margin-bottom:2.4rem}.ri__top-stars{position:relative}.ri__top-stars img{height:1.6rem;object-fit:contain;width:1.6rem}.empty_stars{position:absolute}.review-item__scores{margin-bottom:3.2rem;margin-top:3.2rem}.ri__score-wrapper{align-items:center;display:flex;justify-content:space-between}.ri__score-wrapper p{flex:1 0 40%;line-break:none}.ri__score-bars{grid-column-gap:.8rem;display:flex;flex:1 1 60%}.review-bar{background-color:#95c11f;flex:1 1 4rem;height:.4rem}.review-bar.gray{background-color:rgba(0,0,0,.2);display:block}.numberoflikes-wrapper{grid-column-gap:.8rem;align-items:center;display:flex;margin-top:3.2rem}.numberoflikes-img{height:2rem;object-fit:contain;width:2rem}@media(max-width:992px){.reviews__wrapper{grid-template-columns:1fr 1fr}}@media(max-width:768px){.reviews__wrapper{grid-template-columns:1fr}}