@media (min-width: 1200px) 
{
	._c-row
	{
		margin-bottom: 50px;
		font-size: 1.2em;
	}
	._c-row ._c-col-image-left
	{
		order: 0;
		width: 30%;
	}
	._c-row ._c-col-text-right
	{
		order: 1;
		width: 70%;
	}
	._c-row h3
	{
		font-size: 2.5em;
	}
}