main> section:first-child {
	margin: 0;
}

main > section:first-child > h1 {
	text-indent: -0.5rem;
	line-height: 1.6rem;
	padding-bottom: 0.2rem;
}

main > section:first-child > h1 > img {
	width: calc(100% + 0.5rem);
}

main > section > p {
	text-indent: 1rem;
	margin: 0 0 0.5rem 0;
}

main ul {
	word-break: keep-all;
}

main h3 {
	word-break: keep-all;
}