.intense.bottom-divider .round-split, .intense.top-divider .round-split {
	left: 0;
	width: 50%;
	height: 50px;
	position: absolute;
	background: inherit;
	border-radius: 0 80px 0 0;
}

.intense.bottom-divider.round-split::after, .intense.top-divider.round-split::after {
	content: '';
	width: 50%;
	left: 50%;	
	height: 50px;
	background: inherit;
	position: absolute;
	border-radius: 80px 0 0 0;
	top: -50px
}

.intense.bottom-divider .round-split {
	top: -50px;
}

.intense.top-divider.round-split {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.intense.top-divider .round-split {
	top: -50px;
}

.intense.bottom-divider.round-split {
	margin-bottom: -1px;
}