section {
	margin-bottom: 4em;
}

.element-round-image.element-left {
	float: left;
	clear: left;
	border-radius: 100%;
	overflow: hidden;
	font-size: 0;
	margin: 0 20px 40px 0;
	max-width: 100%;
	width: 150px;
	height: 150px;
}

.element-round-image.element-left img {
	width: 100%;
}
.element-round-image.element-right {
	float: right;
	border-radius: 100%;
	overflow: hidden;
	font-size: 0;
	margin: 0 0 1em 1em;
	max-width: 100%;
	width: 150px;
}

.element-round-image.element-right img {
	width: 100%;
}
.element-image.element-left {
	float: left;
	clear: left;
	padding-right: 1em;
	margin: 0 0 1em;
	width: 33%;
	box-sizing: border-box;
}

.element-image.element-left img {
	max-width: 100%;
}

@media only screen and (max-width: 900px) {
	.element-image.element-left {
		width: 100%;
		padding: 0;
	}
}
.element-image.element-right {
	float: right;
	padding-left: 1em;
	margin: 0 0 1em;
	width: 33%;
	box-sizing: border-box;
}

.element-image.element-right img {
	max-width: 100%;
}

@media only screen and (max-width: 900px) {
	.element-image.element-right {
		width: 100%;
		padding: 0;
	}
}
.element-text *:first-child {
	margin-top: 0;
}
.element-text-float.element-left {
	float: left;
	width: 67%;
	margin-bottom: 60px;
}

.element-text-float.element-left *:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 900px) {
	.element-text-float.element-left {
		width: 100%;
	}
}
.element-text-float.element-right {
	float: right;
	width: 67%;
}

.element-text-float.element-right *:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 900px) {
	.element-text-float.element-right {
		width: 100%;
	}
}
.press-image img {
	max-width: 100%
}
