.contentHeader{
	font-size: 2rem;
	color: #2561bb;
}

.contentHeader::after {
	display: block;
	content: " ";
	border-bottom: 2px solid #2561bb;
	height: 2px;
	width: 125px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
}


.about_wp{
	margin-bottom:20px;
	border: 1px solid #e0e1e1;
	border-radius: 5px;
	background-color: white;			
	text-align: left;
	padding: 15px;
}

	.about_wp h2{
		margin-bottom: 10px!important;
		color: #3C424F;
		
	}

	.aboutItem{
		padding: 20px;
		flex: 400px;
		text-align: left;
	}
	.aboutItem img{
		width: 100%;
		border: 2px solid #e0e1e1;
		border-radius: 10px;		
		box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

		#dominantList{
			list-style-type: disc;

		}

