
.helpContainer {
	display: flex;
	align-items: flex-start;
}
.helpLinks {
	display: inline-block;
	margin-right: 50px;
}

.helpLinks ul {
	margin-top: 4.3em;
}
.helpLinks ul li {
	white-space: nowrap;
	font-size: 1rem;
	margin-bottom: 1em;
}

.helpContent {
	flex-grow: 100;
}

.helpContent h1 {
	text-align: left;
}
