﻿.testimonial {
  max-width: unset!important;
  
}

.testimonialContainer{
padding: 0px!important; 
margin: 0px!important;
}

.testimonialContainer .section--alt{
padding: 0px!important; 
margin: 0px!important;
}

.testimonial p {
    font-size: 16px!important;
    line-height: 25px!important;
}

@media screen and (max-width: 1024px){
  .testimonial p {
    margin-bottom: 0px;
  }
  .testimonial {
  	padding: 10px 20px;
  }
  .testimonial:before {
    height: 20px;
  }
  .testimonial strong, b {
   line-height: 1em;
  }
}