jQuery(document).ready(function($) {

// Home Sectimonials
  if ($('#home-testimonials-slider').length) {
    $testimonials_text = $( '#home-testimonials-slider .testimonials-text' )
    $testimonials_text.matchHeight(
      {
        byRow: true,
        property: 'height',
        // target: null,
        remove: false
      }
    );
  }
})