.video-testimonial-module .section-inner-wrapper{
  display:flex;
  flex-wrap:wrap;
}
.video-testimonial-module .left-section{
  width:50%;
}
.video-testimonial-module .left-section .heading-text h3{
  font-family: "national_2medium"; 
}
.video-testimonial-module .icon-wrapper{
  display:flex;
  flex-wrap:wrap;
}
.video-testimonial-module .icon-content{
  width:33.33%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}
.video-testimonial-module .icon-content:nth-child(3n+1){
  margin-left:0;
}
.video-testimonial-module .icon-image img{
  width:100%;
  height:100px !important;
}
.video-testimonial-module .icon-text{
  display:flex;
  flex-wrap:wrap;
  flex-grow:1;
}
.video-testimonial-module .icon-text p{
  text-align:center;
}
.video-testimonial-module .right-section{
  width:50%;
  padding-left:30px;
  padding-right:30px;
  text-align:center;
}
.video-testimonial-module .right-section .profile-image{
  text-align:center;
  margin-bottom:14px;
}
.video-testimonial-module .right-section .content-section p{
  font-size:18px;
  line-height:24px;
  text-align:center;
}
.video-testimonial-module .name-text h5{
  margin-top:0;
  margin-bottom:0;
  display:inline-block;
  font-family: "national_2medium";
}
.video-testimonial-module .postion-text p{
  text-align:center;
  font-family: "national_2light"; 
}
.video-testimonial-module .right-section.fullwidth_testimonial {
    width: 100%;
}
@media screen and (max-width:1140px){
  .video-testimonial-module .right-section{
    padding-right:15px;
    padding-left:15px;
  }
  .video-testimonial-module .icon-image img{
    height:80px !important;
  }
}

@media screen and (max-width:991px){
  .video-testimonial-module .left-section, .video-testimonial-module .right-section{
    width:100%;
    padding-left:0;
    padding-right:0;
  }
  .video-testimonial-module .right-section{
    margin-top:20px;
  }