p.title {
	text-align: center;
	font-size: 110%;
	margin-bottom: 30px;
	color: var(--JBAblue);
}

main.article h2 {
	font-weight: normal;
	margin-bottom: 10px;
}

main.article h3 {
	font-weight: normal;
	font-size: 1em;
	margin-top: 10px;
}

section > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section > div p {
	display: block;
}

section > div > p:first-child,
section > div > div:first-child {
	width: 70px;
	text-align: right;
}

section > div p:last-child,
section div.inner2 {
	width: calc(100% - 100px);
}

div.inner2 p span {
	display: inline-block;
	width: 150px;
}

@media only screen and (max-width: 800px) {

	section > div {
		display: block;
	}

	section > div > p:first-child,
	section > div > div:first-child,
	section > div p:last-child,
	section div.inner2 {
		width: 100%;
		text-align: left;
	}

	section > div > p:first-child {
		border-bottom: 1px solid var(--border);
		margin: 0px 0 10px
	}

	main.article h3 {
		margin-top: 20px;
	}
}
