.lineElementInside--arrow--top {
	background-color: #D9D9D9;
}

.lineElementInside--arrow--top::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 24px solid #D9D9D9;
	border-top: 0;
	position: absolute;
	left: 50%;
	top: -100%;
	transform: translateX(-50%);
}

.lineElementInside--arrow--bottom {
	background-color: #D9D9D9;
}

.lineElementInside--arrow--bottom::after {
	border-style: solid;
	border-bottom: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 24px solid #D9D9D9;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
}
