.parallax{position:relative;overflow:hidden;width:100%}.scroller{padding:2rem 0;overflow-x:scroll;will-change:transform}.scroller,.testimonial-group{display:flex;gap:2rem}.testimonial-card{background:var(--background);border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:0 4px 10px rgba(0,0,0,.1);min-width:360px;max-width:460px;white-space:normal;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.testimonial-image{width:50px;height:50px;border-radius:50%;overflow:hidden;position:relative;margin-top:10px}.stars{display:flex;gap:.25rem;color:var(--primary-color)}.testimonial-card .quote{font-family:roboto;margin-bottom:.5rem;font-size:16px;margin-top:15px;line-height:1.4}.testimonial-card .name{text-align:center;color:var(--text);font-family:Estoria;letter-spacing:1px}.user-info{display:flex;align-items:end;column-gap:10px}@media screen and (max-width:1300px){.testimonial-card{min-width:350px}.testimonial-card .quote{font-family:roboto;margin-bottom:.5rem;font-size:15px;margin-top:15px;line-height:1.4}}@media screen and (max-width:650px){.testimonial-card{min-width:320px}}