.hero-content h1 {
  font-size: 52px;
  margin-top: 5vh;
}

.hero-container h2 {
  font-size: 52px;
  margin-top: 5vh;
  margin-left: 20px;
}

.hero-content p {
  font-size: 22px;
  max-width: 600px;
}

.hero-img {
  width: 87%;
  margin-bottom: 7vh;
}

.hero-container {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-content: left;
  width: 90%;
}

.hero-content {
  width: 50%;
}

.form-part {
  width: 50%;
  padding-left: 50px;
}

.contact-t {
  margin-top: 3vh;
}

.contact-b {
  margin-bottom: 3vh;
}

.contact-text {
  margin-top: 3vh;
}

.form-container {
  /* width: 600px; */
  background: white;
  padding: 20px;
  border-radius: 10px;
}

label {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

input,
textarea {
  width: 100%;
  padding: 20px;
  border: none;
  background: #f0f0f0;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  outline: none;
}

textarea {
  height: 100px;
  resize: none;
}

.send-button {
  width: 100%;
  background: #398471;
  color: white;
  font-size: 25px;
  font-weight: bold;
  padding: 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.send-button:hover {
  background: #2d6a5b;
}

#project {
  height: 30vh;
}

.label1,
.label2,
.label3{
  margin-top: 8px;
}

.label4{
  margin-top: 20px;
}


@media(max-width: 600px) {
   .hero-container {
    flex-direction: column;
    align-items: center;
  }

  .hero-content p {
    font-size: 20px;
  }

  .hero-content h1{
    font-size: 40px;
  }

  .hero-content{
    width: 80%;
  }

  .form-part{
    width: 100%;
    padding-left: 0;
  }



}
