.pdf-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.pdf-section {
	padding: 60px 20px;
	background-color: var(--background-color, #fff);
	color: var(--text-color, #000);
	text-align: center;
	margin-bottom: 60px;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-in-out;
}

.pdf-section h2 {
	font-size: 2rem;
	margin-bottom: 12px;
	color: var(--text-color, #111);
}

.pdf-section p {
	font-size: 1.1rem;
	margin-bottom: 24px;
	color: var(--text-color, #333);
}

.pdf-frame {
	width: 100%;
	height: 600px;
	border: none;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
