article section {
	padding-right: 10px;
}

article section ul li {
	list-style-type:disc;
	margin-bottom: 5px;
}

article section ul li:last-child {
	margin-bottom: 0px;
}

article section div {
	border-bottom:dashed;
}
article section div:last-child {
	border-bottom:none;
}
article section div p img {
	width: 40vw;
}