.reviews__items{display:flex;flex-wrap:wrap;grid-gap:18px;justify-content:center}.reviews__item{padding:25px;width:calc(100% - 50px);box-shadow:0 0 10px 1px hsla(0,0%,80%,.56);border-radius:var(--cornerRadius);max-width:330px}.r__image{width:60px;height:60px;border-radius:50%;overflow:hidden}.r__image img{width:100%;height:100%;object-fit:cover}.r__starts{margin-bottom:15px}.r__people{display:flex;grid-gap:10px;align-items:center}.r__data{display:flex;flex-direction:column}