

#about p {
	font-size:20px;
}
 
#about article, #contact article { 
  height: 458px; 
  position: absolute; 
  text-align: center; 
  top: 150px; 
  width: 100%; 
  color:#fff;
  font-size:24px;
}
#about article {
	top:0;
}
body {
    padding: 0;
    margin: 0
}


h4 {
 
    
}

p {
 
}



@media (max-w}idth: 768px){
	#about{ 
		background: url("../images/about-home-small.jpg") 50% 0 repeat fixed;
	}
}