
section.news {
	width: 100%;
	max-width: 1000px;
	padding:0 10px;
	margin: 0 auto;
	padding-top: 7.5rem;
	padding-bottom: 6rem;
}

section.news h2 {
	margin-bottom:4rem;
color: #18384a;
font-family: "YuminDemi", serif;
font-size: 3.6rem;
text-align: center;
font-weight: 500;
}

section.news h3 {
	font-size:2.4rem;
	font-weight:bold;
	margin:3rem 0 3rem;
}

section.news dl dt {
	margin-bottom:1em;
}

section.news dl dd {
	margin-bottom:2rem;
	padding-bottom:2rem;
	border-bottom:1px solid #ccc;
	line-height:1.5;
}

