.testimonial {
      padding: 0 0 30px;
}

.testimonial .testimonial-wrap {
      margin: 0 0 30px;
}

.testimonial .testimonial-inner {
  width: 100%;
    padding: 0 40px;
    max-width: 1366px;
    margin: 0 auto;
}

.testimonial .wrapper {
      padding: 75px 55px;
    border: 1px solid #dfdfdf;
}

.testimonial .testimonial-row {
      -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.testimonial h2 {
      line-height: 1.4;
  color: #000;
    font-size: 36px;
    font-weight: 400;
  margin: 1em 0;
}

.testimonial h2 .highlighted {
   font-weight: 600;
    color: #067C2C;
}

.testimonial .testimonial-name {
      text-transform: uppercase;
    color: #7b7b7b;
}



@media (max-width: 767px) {
  
  .testimonial .testimonial-inner {
    padding: 0 10px;
}
  
  .testimonial .wrapper {
    padding: 70px 15px;
}
  
  .testimonial h2 {
    font-size: 24px;
}
  
  
  
  
}


@media (max-width: 480px) {
  
  .testimonial h2 {
    font-size: 16px;
}
  
  
  
  
}



