@media (min-width: 992px) {
	.image-text-row:nth-child(odd) .image-text-img {
		order: 2 !important;
	}
	
	.image-text-row:nth-child(odd) .image-text-text {
		order: 1 !important;
	}
}