.text-with-simple-image-inverted-section {}
.text-with-simple-image-inverted-section .custom-container {
	max-width: 100%;
    padding: 0 10%;
}

@media all and (max-width: 767px) {
	.text-with-simple-image-inverted-section .custom-container {
		max-width: 100%;
    	padding: 0 5%;
	}
	
	.text-with-simple-image-inverted-section .custom-container .row .col-md-5 {
		padding: 0;
	}
	.text-with-simple-image-inverted-section .custom-container .row .col-md-5 .text-content .text-content-inner {
		max-width: 100%;
	}
	
	.text-with-simple-image-inverted-section [class*="col-"]:first-child {
		/* order: 0 !important; */
	}
}
