.with-second-image .text-container{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
}



.with-second-image .image-wrapper2 {
	width: 65%;
}

.with-second-image .image-wrapper2 img{
	width: 100%;
	height: auto;
}