html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-weight: 300;
	color: #333;
	background: #f9f9f9;
	scroll-behavior: smooth;
	overflow-x: hidden;
	text-wrap: pretty;
}

p, li{
	font: 16px 'Arial', sans-serif;	
	font-weight: 300;
	line-height: 1.3;
	hyphens: auto;	
	hyphenate-limit-chars: 12 5 5;
}


h1{
	font: 30px 'Arial', sans-serif;	
	font-weight: 600;
	line-height: 1.2;
	hyphens: auto;	
	margin: 0 0 15px 0;
}

h2{
	font: 20px 'Arial', sans-serif;	
	font-weight: 600;
	line-height: 1.2;
	margin: 25px 0 15px 0;
}

.wrapper{
	width: calc(100% - 120px);
	max-width: 900px;
	margin: 0px auto;
	padding: 50px;
	background: #fff;
	box-shadow: 2px 2px 16px #aaa;
}


.section{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 50px;
	 margin: 0 0 40px 0;
}

.section .content{
	width: 60%;
	order: 1;
}


.section .image{
	width: 40%;
}

.section .image p{
	margin: 0;
}
.section .image img{
	width: 100%;
}