section#hero {
  background-image: url("../img/BG-Telechat.webp");
}

img {
  width: auto;
}

#form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#form label {
  text-align: end;
}
