﻿.content {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	align-content: space-between;
	justify-content: space-between;
}
.content img{
	width: 100%;
}


@media screen and (min-width: 1024px) {
	.content img{
    max-width: 50%;
	object-fit: contain;
	height: auto;
	float: right;
	padding-left: 20px;
}

#text #left{
	width: 50%;
	float: left;
}

#text {
    width: 100%;
	clear: both;
	text-align: justify;
}
}