.custom-section-halfbar-bg {
	position: absolute;
	top: 50%;
	right: 0;
	width: 50vw;
	height: 40%;
	border-radius: 10px 0 0 10px;
	background: var(--grey-500);
	opacity: 0.1;
	transform: translate3d(0, -50%, 0);
}

@media (max-width: 991px) {
	.custom-section-halfbar-bg {
			height: 20%;
	}
}
/* Skin */
.custom-section-halfbar-bg {
		background: #741F21;
}