/* CSS Document */

div#introTxt {
	max-width:1100px;
	margin:20px auto;
	background:#f9f9f9;
	padding: 20px;
	overflow: hidden;
	border-radius:14px;
}

div.row{
	max-width:1140px;
	margin:20px auto;
	display:flex;
	gap:12px;
}
div.row section{
	background:#f9f9f9;
	padding: 20px;
	overflow: hidden;
	border-radius:14px;
	flex: 1;
}
div.row section h1 {
	text-align:center
}
main div#introTxt p,
main div.row section p,
main div.row section li {
	font-size:16px;
	line-height:32px;
}
img {
	display:block;
	min-width:320px;
	margin:0 auto;
	width:100%;
	height:auto;
}