#title {
  background-image: url(../img/style.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1600px;
  height: 800px;
  background-position-y: 49%;
  margin: 0 auto;
  display: flex;
  align-items: end;
}
#title .wrap {
  
}
#title .wrap p {    
  text-align: center;
  margin-bottom: 30px;
  color: white;
}
#title .wrap p span::before {  
  content: "I ";  
}
#title .wrap h3 { 
 color: white;
 text-align: center;
 margin-bottom: 80px;
}