body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background-color: #E0F2F1;
	color: #0D47A1;
}

article {
	padding: 3rem 3rem 6rem 3rem;
}

div {
	margin: 0 auto;
	max-width: 700px;
}

img {
	width: 100%;
	mix-blend-mode: multiply;
	margin-bottom: 3rem;
}

h1 {
	font-size: 3.5rem;
	font-weight: 400;
	padding: 0 0 3rem 0;
	margin-bottom: 0;
}

h2 {
	font-size: 3.5rem;
	font-weight: 500;
	padding: 0 0 1rem 0;
	margin-bottom: 0;
}

p {
	font-size: 2rem;
	line-height: 1.4;
	margin: 0 0 2rem 0;
}

ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin-bottom: .5rem;
}

li {
	width: 100%;
	float: left;
	clear: both;
	font-size: 2rem;
	margin-bottom: .75rem;
	padding-bottom: 0;
}

li:first-child {
	font-weight: 500;
}

a {
	color: #0D47A1;
	text-decoration: none;
	border-bottom: .1em solid #0D47A1;
	transition: .5s;
}

a:hover {
	border-bottom: .1em solid transparent;
	transition: .25s;
}

.u-weight-700 {
	font-weight: 700;
}

.u-nowrap {
	white-space: nowrap;
}

/* Responsive */

@media screen and (max-width: 768px) {
	h1 {
		font-size: 3rem;
		margin-top: 0;
	}

	h2 {
		font-size: 2.5rem;
		margin-top: 0;
	}

	p, li {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	li {
		margin-bottom: .25rem;
	}

	article {
		padding: 2rem;
	}
}

@media screen and (max-width: 550px) {
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 2rem;
	}

	p {
		font-size: 1.2rem;
	}

	article {
		padding: 1rem;
	}

	img {
		margin-bottom: 2rem;
	}
}
