.ps-1527-wrapper {
	padding: 80px 20px;
	width: 100%;
}

.ps-1527-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.ps-1527-grid {
		grid-template-columns: 1fr 1.2fr;
		gap: 60px;
		align-items: center;
	}
}

.ps-1527-stack-reverse {
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 992px) {
	.ps-1527-stack-reverse {
		display: grid;
	}
}

.ps-1527-col {
	display: flex;
	flex-direction: column;
}

.ps-1527-eyebrow {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}

.ps-1527-eyebrow::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #F39A2E;
	margin-right: 12px;
}

.ps-1527-heading {
	font-size: 2.25rem;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.ps-1527-heading {
		font-size: 2.5rem;
	}
}

.ps-1527-intro {
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	font-weight: 500;
}

.ps-1527-supporting {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 2rem;
	opacity: 0.9;
}

.ps-1527-quote {
	font-size: 1.125rem;
	font-style: italic;
	font-weight: 500;
	padding-left: 20px;
	border-left: 3px solid #F39A2E;
	margin-top: 1rem;
	opacity: 0.9;
}

.ps-1527-cards-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

@media (min-width: 600px) {
	.ps-1527-cards-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.ps-1527-card {
	background-color: #ffffff;
	padding: 30px 25px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
	transition: transform 0.3s ease;
	height: 100%;
}

.ps-1527-card:hover {
	transform: translateY(-5px);
}

.ps-1527-card h4 {
	font-size: 1.125rem;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
}

.ps-1527-card p {
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
	opacity: 0.85;
}