@media (min-width: 768px) 
{
	._c-row
	{
		display: flex;
		flex-direction: row;
		margin-bottom: 30px;
	}
	._c-row ._c-col-image-left
	{
		order: 0;
		width: 40%;
	}
	._c-row ._c-col-text-right
	{
		order: 1;
		width: 60%;
	}
	._c-row ._c-col-text-left
	{
		order: 0;
		width: 60%;
	}
	._c-row ._c-col-image-right
	{
		order: 1;
		width: 40%;
	}
	._ul-imp
	{
		font-size: 1.2em;
		
	}
}