#baground{
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center center;
    z-index: -1;
   
}
#about{
	max-width: 1000px;
	background-color: rgba(255,255,255,0.8);
	margin: auto;
	z-index: 9; 
	border-radius: 5px;
}
#about h2{
	padding: 20px;
	font-family: 'dejavu_sansbook';
	color: #e90303;
	font-size: 17px;
}
#about p{
	padding: 5px;
	text-align: left;
	color: #70756f;
	font-size: 14px;
	line-height: 20px;
	width: 90%;
	margin-left: 1%;
	    font-family: 'dejavu_sansbook';
}
#about  ul{
	margin-left: 20px;
}
#about  ul li{
	padding: 5px;
	text-align: left;
	color: #70756f;
	font-size: 14px;
	line-height: 20px;
	width: 90%;
	margin-left: 1%;
	    font-family: 'dejavu_sansbook';
}
#Partners {
    max-width: 1000px;
    margin: auto;
    text-align: left;
   
}
.Partners {
    width: 225px;
    height: 120px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #d3d2d7;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}
.about-image{
	position: absolute;
	margin-left: 10%;
	
}