.c-orange-line-header {
	position: relative;
}

.c-orange-line-header:before {
	position: absolute;
	content: '';
	right: calc(100% + 10px);
	top: 50%;
	transform: translatey(-50%);
	width: 100%;
	height: 2px;
	background-color: var(--global-palette1);
}