.testmonials{display:flex;justify-content:center;align-items:center;padding:80px 2.8%}.testmonials .wrapper{width:100%;max-width:1352px;background-color:#f0f2f4;border-radius:20px;padding:80px 0 0;gap:60px;position:relative;overflow:hidden}.testmonials .wrapper,.testmonials .wrapper .top{display:flex;flex-direction:column;align-items:center}.testmonials .wrapper .top{gap:10px;text-align:center;width:90%;max-width:680px}.testmonials .wrapper .top .rating{font-size:clamp(22px,2.2vw,28px);color:var(--secondary-color)}.testmonials .wrapper .top .title{font-family:var(--dm-sans-font);font-weight:700;font-size:clamp(28px,3.4vw,42px);line-height:110%;color:var(--black-color)}.testmonials .wrapper .top .title .gardient{color:#ffd68a;font-family:700}.testmonials .wrapper .commentsContainer{display:flex;gap:18px;width:95%;min-height:450px;height:60vh;max-height:820px;overflow:hidden;position:relative}.testmonials .wrapper .commentsContainer .column{min-height:100%;flex:1 1;display:flex;flex-direction:column;gap:18px}.testmonials .wrapper .commentsContainer .column:nth-child(2n){animation:loopSwipper 25s linear infinite}.testmonials .wrapper .commentsContainer .column:nth-child(odd){animation:loopSwipper 25s linear infinite reverse}.testmonials .wrapper .commentsContainer .column .bubble{padding:24px;background-color:#fff;display:flex;flex-direction:column;gap:12px;border-radius:20px;font-family:Sora,sans-serif}@media(max-width:720px){.testmonials .wrapper .commentsContainer .column .bubble{padding:16px}}.testmonials .wrapper .commentsContainer .column .bubble .bubbleTop .customerName{font-size:clamp(18px,1.8vw,20px);font-weight:500;margin-bottom:4px;color:var(--black-color)}.testmonials .wrapper .commentsContainer .column .bubble .bubbleTop .rating{font-size:clamp(14px,1.4vw,16px);color:var(--secondary-color)}.testmonials .wrapper .commentsContainer .column .bubble .feedback{font-size:clamp(14px,1.6vw,18px);line-height:160%;color:hsla(0,0%,5%,.878)}.testmonials .wrapper .overlayShadow{position:absolute;bottom:0;right:0;left:0;height:8%;background:linear-gradient(0deg,#f0f2f4 0,#f0f2f4 50%,transparent)}.testmonials .wrapper .overlayShadowTop{position:absolute;top:0;right:0;left:0;height:8%;background:linear-gradient(180deg,#f0f2f4 0,#f0f2f4 50%,transparent)}