@media all and (max-width: 991px){
    .layout-text-img .left-content .image-wrapper {
		right: 0;
        
	}
    .layout-text-img .left-content .image-wrapper img{
		max-width: 400px !important;
	}
	.layout-text-img .right-content .text-wrapper h2,
	.layout-text-img .right-content .text-wrapper h3,
	.layout-text-img .right-content .text-wrapper h4 {
		hyphens: auto;
	}

}
@media all and (max-width: 480px){
	.layout-text-img .left-content .image-wrapper img{
		max-width: 300px !important;
	}
}