.testimonial p {
  font-size: 45px;
  letter-spacing: -0.24px;
  line-height: 100%;
  color: #383a42;
}
.testimonial .auth {
  font-family: "Helvetica Now Micro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
  display: block;
  margin-top: 35px;
}
.testimonial .quote {
  margin-bottom: 0;
  color: #383a42;
	font-size:50px;
	line-height: 70%;
}
@media only screen and (max-width: 1199px) {
  .testimonial p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial p {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial p {
    font-size: 24px;
  }
  .testimonial .auth {
    margin-top: 25px;
  }
}
