* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333;
}
.title-contact {
  height: 40vh;
  background-image: url("../images/Capture.PNG");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.title-contact h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}



.contact-form {
  background-color: #f3f5fa;
  padding: 20px;
  width: 100%;
  margin : 30px;
}


.contact-form h2 {
  font-size: 25px;
  line-height: 35px;
  color: #1c3458;
  text-align: center;
}

.contact-form p {
  text-align: center;
  color: #616670;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 60%;
  margin: 10px auto;
}

form label {
  font-size: 14px;
  margin-bottom: 5px;
}

form input,
form textarea {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}

form input[type="checkbox"] {
  margin-right: 5px;
}

.submit-btn {
  background-color: #e63946;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-info {
  margin-top: 20px;
  font-size: 14px;
}

.contact-info a {
  color: #007bff;
  text-decoration: none;
}

.consultation {
  margin-top: 20px;
  text-align: center;
}

.consultation h3 {
  margin-bottom: 10px;
}

.consult-btn {
  background-color: #e63946;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .title-contact{
    background-position: center;
  } 
  .contact-form{
    width: 80%;
    margin: 30px auto;
  }
}
