﻿.content {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	align-content: space-between;
	justify-content: space-between;
}

.content img{
    width: 40%;
}

#text {
    width: 50%;
}