#content-part .biography h1,
#content-part .biography h2,
#content-part .biography h3,
#content-part .biography h4,
#content-part .biography h5 {
	color: #0B1724;
    margin-bottom: 20px;
}
#content-part .biography .title {
	color: #48A914;
}
#content-part .biography p {
	color: #0B1724;
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 20px;
}
#content-part .biography ol,
#content-part .biography ul {
    list-style-position: outside;
    margin-left: 20px; 
}
#content-part .biography ol {
    list-style-type: decimal;
}
#content-part .biography ul {
    list-style-type: disc;
}
#content-part .biography ol li p,
#content-part .biography ul li p {
    margin-bottom: 10px; 
}
#content-part .biography ol li:last-child,
#content-part .biography ul li:last-child {
    margin-bottom: 20px; 
}
