/* small screen desktop*/
@media only screen and (min-width: 1023px) and (max-width: 1300px) {

#section1-header{
	position: absolute;
  	margin-top: 13%;
  	margin-left: 23%;
  	transform: translate(-50%,-50%);
  	text-align: left;
	font-size: 45px;
 	color: #fff;
}
#section1-p{
  position: absolute;
  margin-top: 21%;
  margin-left: 35.5%;
  transform: translate(-50%,-50%);
  color: #fff;
}
}