#about_bg h1{
	text-align: center;
	color: #0f4486;
	margin-top: 60px;
	font-size: 1.875em;
}

#about_bg ul{
	list-style: none;
	margin: 2% 15%;
	font-size: 1.25em;
	text-align: center;
}

#about_bg ul li{
	border-bottom: 3px solid white;
	padding: 2px 10px;
	margin: 10px 0px;
	cursor: context-menu;
}

#about_bg ul li:hover{
	border-bottom-color: #0f4486;
}
	
@media (max-width: 1024px){
	#about_bg ul{
		margin: 2% 5%;
	}
}

@media (max-width: 767px){
	#about_bg ul{
		list-style-type: disc;
	}

	#about_bg ul li{
		margin: 5% 0%;
	}
}