

/* --- Elegant Modern Redesign: Public Offer Page --- */
.public-offer-section {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.06);
	padding: 40px 32px;
	margin-bottom: 32px;
	font-family: 'Inter', 'Montserrat', Arial, sans-serif;
}
.public-offer-section h2 {
	font-size: 2rem;
	color: #0077b6;
	margin-bottom: 24px;
}
.public-offer-section p, .public-offer-section li {
	color: #444;
	font-size: 1rem;
	margin-bottom: 12px;
}
