main {
	max-width: 1280px;
	margin: 0 auto;
	padding: 15px;
}

main h2 {
	font-size: 4.0rem;
	margin: 10px;
}

section img {
	width: 100%;
}

section div {
	padding: 5px;
}

section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.images {
	position: relative;
	width: 300px;
	min-width: 300px;
	min-height: 300px;
	height: 300px;
}

.line {
	border: 1px solid #21345D;
	align-self: stretch;
	margin: 10px 10px;
	padding: 0;
}

.images img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	object-position: center;
	position: absolute;
	border-radius: 8%;
}

.images img#img1 {
	top: 50px;
	left: 10px;
	z-index: 1;
}

.images img#img2 {
	width: 200px;
	height: 100px;
	bottom: 10px;
	left: 50px;
	z-index: 2;
}

.images img#img3 {
	bottom: 30px;
	right: 10px;
	z-index: 0;
}

.text {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	min-width: 600px;
}

.text h3 {
	font-size: 3.2rem;
	align-self: flex-start;
	margin: 15px;
}

.text p.button {
	margin: 10px;
}

.text p {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 10px;
}

#hema {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 1100px) {
	.line {
		display: none;
	}

	.text {
		min-width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	main {
		margin: 0;
		padding: 0;
	}
}
