.home {
	margin: 20px;
}

.home h2 {
	font-size: 26px;
	font-weight: normal;
	text-shadow: 2px 2px 5px #999;
	margin-bottom: 15px;
	text-align: center;
}

.home p {
	text-indent: 20px;
}

.home .intro {
	text-align: center;
}

.home .weDoList {
	font-style: italic;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
}

.home .weDoList > div {
	display: flex;
	justify-content: center;
}

.home .weDoList > div:first-child,
.home .weDoList > div:last-child {
	font-weight: 700;
}

.home .weDoList ol,
.home .weDoList ul {
	list-style: none;
}

.home .weDoList ul {
	text-align: left;
	list-style-position: inside;
	font-size: 14px;
	margin: 0 25px;
}

.home .weDoList li:before {
	content: "-";
	margin-right: 10px;
}

.home .Separator {
	width: 70%;
	height: 1px;
}