.intense.top-divider, 
.intense.bottom-divider {
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
}

.intense.top-divider {		
	top: 0;		
}

.intense.bottom-divider {		
	bottom: 0;		
}

.better-section-separator svg {
	fill: currentColor;
}

.better-section-separator .hills-opacity path:nth-child(1), 
.better-section-separator .horizon path:nth-child(1), 
.better-section-separator .waves-opacity path:nth-child(1) {
    opacity: .12;
}

.better-section-separator .hills-opacity path:nth-child(2), 
.better-section-separator .horizon path:nth-child(2), 
.better-section-separator .waves-opacity path:nth-child(2) {
    opacity: .18;
}

.better-section-separator .hills-opacity path:nth-child(3), 
.better-section-separator .horizon path:nth-child(3), 
.better-section-separator .waves-opacity path:nth-child(3) {
    opacity: .24;
}

.better-section-separator .hills-opacity path:nth-child(4) {
    opacity: .3;
}