selector .swiper-slide[data-swiper-slide-index="2"] .elementor-testimonial__text{
padding-right:20px;
height: 200px;
overflow-y: scroll;
overflow-x: hidden;
}
.swiper-slide[data-swiper-slide-index="2"] .elementor-testimonial__text::-webkit-scrollbar {
width: 6px;
}
.swiper-slide[data-swiper-slide-index="2"] .elementor-testimonial__text::-webkit-scrollbar-thumb{
background: #616161;
border-radius: 40px;
}
.swiper-slide[data-swiper-slide-index="2"] .elementor-testimonial__text::-webkit-scrollbar-track {
background:#dedede;
border-radius: 40px;
}