.testimonials__header{align-items:end;display:flex;justify-content:space-between;margin-bottom:40px}.testimonials__header .primary-title{margin-bottom:0}.testimonials__nav{align-items:center;display:flex;display:none;gap:8px}.testimonials__nav-item{align-items:center;background:var(--violet-light,#7066ff);border-radius:120px;cursor:pointer;display:flex;gap:12px;height:60px;justify-content:center;padding:2.4px;width:60px}.testimonials__item{align-items:flex-start;background:var(--white-background,#f0f0ff);border:1px solid var(--grey-stroke,#d6dbe3);border-radius:var(--radius-2xl,16px);display:flex;flex-direction:column;gap:10px;height:310px;justify-content:space-between;margin-right:0;padding:44px 40px 40px}.testimonials__item-text{color:var(--black-dark,#212938);font-size:16px;font-weight:600;line-height:130%}@media (max-width:767px){.testimonials__header{align-items:flex-start;flex-direction:column;margin-bottom:16px}.testimonials__header .primary-title{margin-bottom:23px}.testimonials__nav{margin:0 18px}.testimonials__nav-item{height:44px;width:44px}.testimonials__nav-item svg{height:7px;width:7px}}