#body_text1 .text_copy {
	column-count: 2;
	column-width: 225px;
	column-gap: 30px;
	column-rule: none;
}

#body_text2 .text_copy {
	column-count: 1;
}

				
#body_text1-sep {
	width: 2px;
	height: 100px;

	position: absolute;
	top: 6px;
	left: 235px;

	background-color: #e8e9ea;
}
