@charset "UTF-8";
/* CSS Document */
.block_textcolumn2col:first-child{
	padding-right: 8% !important;
}
.block_textcolumn2col:last-child{
	padding-left: 8% !important;
}

.block_textcolumn2heading{
	font-size: 24px !important;
	line-height: 28px !important;
}

@media screen and (max-width: 768px){
	.block_textcolumn2col:first-child{
		padding-right: 0 !important;
	}
	.block_textcolumn2col:last-child{
		padding-left: 0 !important;
		margin-top: 30px;
	}
}