section {
	display: flex !important;
	flex-wrap: wrap;
	padding: 60px 0 0px;
	margin-bottom: 100px;
	align-items: center;
	position: relative;
	background-color: #f3ebe4;
}
section > div:not(.scritta-scorrevole) {
	width: 50%;
}
section > div .boxato {
	display: block;
	max-width: 500px;
	margin: 0 auto;
}
section > div h1 {
	font-size: 4.8em;
	padding-bottom: 10px;
}
section > div p {
	font-weight: 300;
}
section > div img {
	width: 100%;
	border-top-left-radius: 300px;
}

@media screen and (max-width: 1024px) {
	section {
		margin-bottom: 60px;
	}

	section > div h1 {
		font-size: 3.5em;
	}

	section > div .boxato {
		max-width: 400px;
	}
}

@media screen and (max-width: 767px) {
	section {
		flex-direction: column;
		margin-bottom: 40px;
		text-align: center;
	}

	section > div:not(.scritta-scorrevole) {
		width: 100%;
	}

	section > div .boxato {
		max-width: 100%;
		padding: 0 20px;
	}

	section > div h1 {
		font-size: 2.8em;
		padding-bottom: 15px;
		line-height: 1.2;
	}
	section > div p {
		padding-bottom: 55px;
	}
}

@media screen and (max-width: 480px) {
	section {
		margin-bottom: 30px;
	}

	section > div .boxato {
		padding: 0 15px;
	}

	section > div h1 {
		font-size: 2.2em;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 360px) {
	section > div h1 {
		font-size: 1.8em;
	}
}
