@charset "UTF-8";
/* CSS Document */

.InTextImg.Right {
	float: right;
	margin:0 0 20px 20px;
	max-width: 100%;
}

.InTextImg.Left {
	float: left;
	margin:0 20px 20px 0;
	max-width: 100%;
}

.TxtBlock .TwoColumns {
	column-count: 2;
	column-gap: 80px;
}

.TxtBlock .TwoColumns p {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}

.TxtBlock .TwoColumns ul {
	text-align: left;
}

.TxtBlock a {
	text-decoration: underline;
}

.TxtBlock a:hover {
	text-decoration: none;
}


@media (max-width: 992px)
{
	
	.InTextImg.Right {
		display: block;
	float: none;
	margin:20px 0;
	}

.InTextImg.Left {
	display: block;
	float: none;
	margin:20px 0;
}
	
	
	.TxtBlock .TwoColumns {
	column-count: 1;
	column-gap: 0;
}
	
	
	
	}