
.section-testimonials{
       
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 0;
  background-color: rgb(228, 237, 243);
}
.testimonial-glide .glide__slides {
    display: flex;
    gap: 30px;
}
.testimonial-glide .cnt-box {
/*     background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    text-align: center; */
}
.testimonial-glide .thumb-bar {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    margin-top: 15px;
}
.testimonial-glide .thumb-bar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.paragraphTestimonial{
    text-align: start;
    margin-top: 0px;
}
.glide__bullets {
    text-align: center;
    margin-top: 20px;
}
.glide__bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: 5px;
    border: none;
    cursor: pointer;
}
.glide__bullet.glide__bullet--active {
    background: #000;
}
.glide__slides {
    list-style: none;
    margin: 0;
    padding: 0;
}
.testimonial-glide .glide__track {
    overflow: hidden;
}

