.ps-81acea8c-wrapper {
	width: 100%;
}
.ps-81acea8c-container {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}
.ps-81acea8c-item {
	flex: 1;
	text-align: center;
	padding: 0 10px;
	position: relative;
	transition: all 0.3s ease;
}
.ps-81acea8c-top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
}
.ps-81acea8c-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #b78a48;
	color: #b78a48;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
	transition: all 0.3s ease;
	z-index: 2;
	background: #1b2e24; /* Fallback */
	position: relative;
}
.ps-81acea8c-line {
	height: 1px;
	background-color: #b78a48;
	flex: 1;
	z-index: 1;
}
.ps-81acea8c-line-transparent {
	background-color: transparent !important;
}
.ps-81acea8c-title {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}
.ps-81acea8c-desc {
	font-size: 14px;
	line-height: 1.5;
	opacity: 0.8;
}

@media (max-width: 768px) {
	.ps-81acea8c-container {
		flex-direction: column;
	}
	.ps-81acea8c-item {
		margin-bottom: 30px;
		text-align: left;
		display: flex;
		align-items: flex-start;
	}
	.ps-81acea8c-top {
		flex-direction: column;
		margin-bottom: 0;
		margin-right: 20px;
		height: 100%;
	}
	.ps-81acea8c-line-left,
	.ps-81acea8c-line-right {
		width: 1px;
		height: 100%;
		flex: none;
	}
	.ps-81acea8c-line-left {
		height: 20px; /* space above */
	}
	.ps-81acea8c-line-right {
		flex: 1;
		min-height: 50px;
	}
}