#x1 {
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 360px;
}

#x1d2 {
  background-color: rgba(0, 0, 0, 0.6); 
  color: white;
  height: 100%;
}
#x1s1 {
  font-size: 60px;
  color: var(--color1); 
  text-transform: uppercase;
  font-weight: 500;
}
#x1d2 {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
#x1p1 {
    color: white;
    padding: 0 40px;
}


/* responsive  */
@media screen and (max-width: 600px) {
#x1d2 {
  align-items: end;
  padding-bottom: 30px;
}
#x1 {
  height: 270px;
}
#x1s1 {
  font-size: 50px;
}
}
