#termOfUse {
	width: 60%;
	margin: 20px auto;
}

#termOfUse h1 {
	text-align: center;
	text-transform: uppercase;
	color: #E52322;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

#termOfUse h2 {
	width: 100%;
	margin: 20px auto;
	padding-left: 5%;
	text-transform: uppercase;
	color: #E52322;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

#termOfUse p,
#termOfUse ul li {
	width: 100%;
	margin: auto;
	text-align: justify;
	font-family: 'Roboto', sans-serif;
}

#termOfUse p {
	text-indent: 50px;
}

#termOfUse:last-child {
	margin-bottom: 20px;
}

#termOfUse ul {
	padding-left: 50px;
	margin: 15px 0;
	list-style-type: disc;
}