.text-decorated {	position: relative;	padding-left: .52em;}.text-decorated::after {	position: absolute;	bottom: 0;	left: 0;	width: 2px;	height: 100%;	content: '';	background-color: #443f38;}.text-decorated-primary-light::after {	background-color: #D2C5B2;}.text-decorated-2 {	position: relative;	padding-top: .33em;	padding-bottom: .225em;}.text-decorated-2::before, .text-decorated-2::after {	content: '';	position: absolute;	width: 3.1em;	height: .02em;	min-height: 1px;	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0, #fff 50%, rgba(255, 255, 255, 0.1) 100%);	left: 50%;	transform: translateX(-50%);}.text-decorated-2::before {	top: 0;}.text-decorated-2::after {	bottom: 0;}.text-decorated-3 {	padding-left: .84em;}.text-decorated-3::after {	bottom: 15%;	height: 68%;	background-color: #443f38;}.text-decorated-large {	padding-left: .44em;}.text-decorated-large::after {	width: 3px;}.text-decorated-thin::after {	width: 1px;}.context-dark .text-decorated-thin::after {	background-color: rgba(255, 255, 255, 0.1);}