.welcome-section {
  background-image: url("../../images/banniere_contact-SSdM1SX.jpeg");
  background-size: cover;
  background-position: top;
  height: 400px;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.welcome-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.welcome-section > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .welcome-section {
    justify-content: end;
  }
}
.welcome-section h1 {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 0 1rem;
  font-size: 4.5rem;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .welcome-section h1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .welcome-section h1 {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .welcome-section h2 {
    font-size: 0.8rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .welcome-section h2 {
    font-size: 1.2rem;
  }
}

.contact-section {
  display: flex;
  flex-direction: row;
  padding: 3rem 0;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .contact-section {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-img {
    display: none;
  }
}
.contact-section .contact-img img {
  width: 500px;
  max-width: 100%;
}

.form-section {
  max-width: 600px;
  width: 100%;
}

/*# sourceMappingURL=contact.output.css.map */
