.carousel_container{position:relative;display:flex;align-items:center;width:100%;justify-content:center;overflow:hidden;padding:0 clamp(.1rem,4vw,3.1rem);border:2px solid transparent}.reviews_wrapper{display:flex;gap:1.3rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem .5rem;align-items:stretch}.reviews_wrapper::-webkit-scrollbar{display:none}.review_card{flex:0 0 auto;width:clamp(17rem,26vw,29rem);padding:1rem;border:2px solid #581a8e;border-radius:2rem 0 2rem 0;scroll-snap-align:center;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);background-color:#eddef94d}.star_icon{display:flex;gap:4px}.moveBtn{background:#581a8e;border:none;cursor:pointer;font-size:1.5rem;padding:.5rem;position:absolute;top:50%;transform:translateY(-50%);z-index:10;height:3rem;width:3rem;border-radius:100%;color:white;display:flex;align-items:center;justify-content:center}.moveBtn:disabled{background-color:lightgray;cursor:not-allowed}.left{left:0}.right{right:0}.dots{display:flex;justify-content:center;margin-top:1rem}.dot{width:10px;height:10px;margin:0 5px;background-color:lightgray;border-radius:50%;transition:background .3s}.dot.active{background-color:#581a8e}@media (max-width:55rem){.carousel_container{padding:0;width:100%}.reviews_wrapper{width:100%}.moveBtn{display:none}}