.pp-content{
	max-width: 800px;
    margin: 2rem auto;
    line-height: 1.6;
    color: var(--text-muted);
}
.module-wrapper h2 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: -0.5px;
	color: var(--text-main);
}
.pp-content section {
    margin-bottom: 2rem;
}

.pp-content h3 {
    color: var(--text-main);
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0.5rem;
}

.pp-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-muted);
}