.block_us_coltext2{}



@media screen and (min-width:768px){


	.text-two-cols{column-count:2;column-gap:30px;}

	.text-cols{display:grid;grid-gap:30px;grid-template-rows:1fr;grid-template-columns:1fr 1fr;}
		.text-first-col > *:last-child{margin-bottom:0 !important;}
		.text-second-col > *:last-child{margin-bottom:0 !important;}

}


@media screen and (min-width:900px){

	.text-two-cols{column-count:2;column-gap:40px;}

	.text-cols{grid-gap:40px;}
}
