.line-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0px 0;
	margin-bottom: -5px;
}

.line-left {
	flex: 9;
	height: 3px;
	background: linear-gradient(to right, #ff6600, #000000);
}

.line-right {
	flex: 1;
	height: 3px;
	background: #000000;
}

.line-image {
	width: 200px;
	height: auto;
	margin: 0 10px;
	position: relative;
	top: -6px;
}