
.testimonial-module-inner .testimonial-heading h1,.testimonial-module-inner .testimonial-heading h2,.testimonial-module-inner .testimonial-heading h3,.testimonial-module-inner .testimonial-heading h4,.testimonial-module-inner .testimonial-heading h5,.testimonial-module-inner .testimonial-heading h6{
  font-size:40px;
  line-height:50px;
  font-weight:700;
  text-align:center;
}

.testimonial-repeater-content {
  min-height: 188px;
}

.testimonial-repeater-content p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.testimonial-repeater-link a {
  color: #2c50ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0px;
}
.testimonial-repeater-link a:hover {
  text-decoration: underline;
}
.testimonial-repeater {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  gap:30px;
}
.testimonial-top-section {
  margin: 10px 0px 40px 0px;
}
.testimonial-bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 20px;
}

.testimonial-bottom-section-left {
  flex: 0 28%;
}
.testimonial-bottom-section-right {
  flex: 0 68%;
}
.testimonial-repeater-right-content p {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  padding: 0px;
}
.testimonial-repeater-left-image img {
  border-radius: 50%;
  height: 50px !important;
  width: 50px;
}
.testimonial-repeater-left-image {
  text-align: center;
}
.testimonial-repeater-wrap {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  //flex: 0 32%;
  padding: 21px 20px;
  //margin-bottom: 30px;
  //flex: 0 23%;
  flex-basis: 250px;
  flex-grow: 4;
}




@media(max-width:1240px){

  .testimonial-module-inner .testimonial-heading h1,.testimonial-module-inner .testimonial-heading h2,.testimonial-module-inner .testimonial-heading h3,.testimonial-module-inner .testimonial-heading h4,.testimonial-module-inner .testimonial-heading h5,.testimonial-module-inner .testimonial-heading h6 {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonial-repeater-wrap {
    //flex: 0 30%;
   // margin-bottom: 30px;
    //padding: 10px 20px;
  }
}
@media(max-width:1240px){
  .testimonial-repeater-wrap {
    //flex: 0 48%;
    //margin-bottom: 30px;
    //padding: 10px 20px;
  }
}
@media(max-width:600px){
  .testimonial-module-inner .testimonial-heading h1,.testimonial-module-inner .testimonial-heading h2,.testimonial-module-inner .testimonial-heading h3,.testimonial-module-inner .testimonial-heading h4,.testimonial-module-inner .testimonial-heading h5,.testimonial-module-inner .testimonial-heading h6 {
    font-size: 28px;
    line-height: 38px;
  }
  .testimonial-repeater-right-content p {
    font-size: 14px;
    line-height: 21px;
  }
  .testimonial-repeater-wrap {
    //flex: 0 100%;
    //margin-bottom: 30px;
    //padding: 10px 20px;
  }
  .testimonial-repeater-content {
    min-height: unset;
  }
  .testimonial-top-section {
    margin: 10px 0 0px;
  }
}