.container > .jumbotron
{
	background-color: white;
}
.jumbotron > h3
{
	font-weight: bold;
}
.jumbotron > p:first-letter
{
	margin-left: 60px;
}
.jumbotron > ul h4
{
	font-weight: bold;
}
.jumbotron > ul > li
{
	margin-bottom: 40px;
}
.jumbotron > ul p
{
	font-size: 14px;
	text-align: justify;
}
.jumbotron > ul p:first-letter
{
	margin-left: 40px;
}