/* CSS Document */

.text2col {
	column-count: 2;
	column-gap: 40px;
	column-rule: 1px solid lightgrey;
	padding: 15px;
	text-align: justify;
}