/* Ajustes tipográficos generales */
p {
	font-size: 17px;
	line-height: 1.7;
}

/* Aumenta ligeramente los textos destacados */
.big {
	font-size: 120%;
	line-height: 190%;
}

/* Evita enlaces clicables en autores de testimonios */
.blockquote .author,
.blockquote .author a {
	cursor: default;
	pointer-events: none;
	color: inherit;
	text-decoration: none;
}

.blockquote .author,
.blockquote .author span {
	color: #720808;
	font-weight: 700;
}
