.heading-desc.bg-surface {
	background-color: #f7f5f3;
}

.border-bottom-desc {
	border-bottom: 0.5px solid;
	border-image-source: linear-gradient(
		90deg,
		rgba(197, 129, 49, 0) 0%,
		#c58131 46.87%,
		rgba(197, 129, 49, 0) 100%
	);
	border-bottom: 1px solid rgba(197, 129, 49, 0);
}

.heading-desc .desc-text {
	max-width: 768px;
}

.desc-rule {
	max-width: 768px;
	height: 1px;
	margin: 0 auto;
	background: linear-gradient(
		180deg,
		rgb(197, 129, 49, 0.2),
		rgb(197, 129, 49),
		rgb(197, 129, 49, 0.2)
	);
	background: linear-gradient(to right, #fff, #c58131, #fff);
}
