.ph-container-aac94f67 {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	background-color: #f4f0e6;
	padding: 60px;
	border-radius: 8px;
}

.ph-left-col-aac94f67 {
	flex: 1 1 40%;
	min-width: 300px;
}

.ph-eyebrow-aac94f67 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #b8860b;
	margin-bottom: 20px;
}

.ph-main-heading-aac94f67 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a1a1a;
	margin: 0 0 10px 0;
}

.ph-sub-heading-aac94f67 {
	font-size: 42px;
	font-style: italic;
	font-weight: 400;
	color: #b8860b;
	margin: 0;
}

.ph-right-col-aac94f67 {
	flex: 1 1 50%;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ph-list-aac94f67 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ph-list-item-aac94f67 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ph-list-item-aac94f67:last-child {
	border-bottom: none;
}

.ph-item-title-aac94f67 {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}

.ph-item-status-aac94f67 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #b8860b;
}

@media (max-width: 768px) {
	.ph-container-aac94f67 {
		padding: 30px;
		gap: 30px;
	}
	.ph-main-heading-aac94f67,
	.ph-sub-heading-aac94f67 {
		font-size: 32px;
	}
	.ph-item-title-aac94f67 {
		font-size: 16px;
	}
}
