#DSE {
padding-top: 2em;
}

#DSE h1 {
	font-size: 1.5em;
	font-weight: bold;
}

#DSE h2 {
	font-size: 1.25em;
	font-weight: bold;
}

#DSE h3 {
	font-size: 1em;
	font-weight: bold;
}

#DSE a {
	color: rgb(12, 46, 138);
}

#DSE p {
	margin-bottom: 1em;
}

#DSE img {
	width: 22em;
}

@media (max-width: 768px) {
#DSE h4 {
	font-size: 1.25em;
}
}