.reviews{flex-wrap:wrap;justify-content:center;gap:40px;padding-bottom:100px;display:flex}.review{text-align:center;background:var(--c-background-shade);border-radius:12px;grid-template-rows:auto auto auto 1fr auto auto;justify-items:center;width:270px;height:350px;padding:20px;display:grid;position:relative}.review img{border-radius:50%;width:50px;height:50px}.review p{overflow:hidden}.review-stars{gap:5px;margin-top:16px;display:flex}.star{background:var(--c-primary);width:14px;height:14px;-webkit-mask-image:url(/icons/star.svg);mask-image:url(/icons/star.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.review-user{color:var(--c-primary);margin:0;font-size:1.2em}.review-type{font-size:.8em}.review-text{max-height:6rem;margin:0 0 .75em;line-height:1.5rem}.review-text,.review-type{color:var(--text-secondary);text-wrap:balance}.reviews-section{position:relative}.footer-step{z-index:-1;grid-template-columns:40% 60%;width:100vw;height:55%;margin-top:10rem;display:grid;position:absolute;bottom:0;left:0}.footer-step-left{background:var(--foreground)}@media not (min-width:1100px){.footer-step{display:none}}
