.two-column-container {
	display: flex;
	justify-content: between;
}

.two-column {
	display: block;
	width: 50%;
}

.two-column img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	border: 1px solid black;
}