
.ledQuote-title  {
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	font-weight: 700;
}

.ledQuote-author  {
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	font-weight: 700;
	margin: 40px 0 20px 0;
}

.ledQuote-caption  {
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	max-width: 544px;
	margin: 0px auto;
	font-weight: 500;	
}


@media (max-width: 1023px) {
.ledQuote-title  {
	line-height: 48px;
	font-size: 28.8px;
}
	
	
.ledQuote-author  {
	text-align: center;
	font-size: 19px;
	line-height: 33.6px;
}
}

@media (max-width: 767px) {
.ledQuote-title  {
	line-height: 32px;
	font-size: 20px;
}
	.ledQuote-author  {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
}