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