#contact_container {
  width: 100%;
  padding: 0 15vw 0 15vw;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 90%;
  height: 100%;
  align-items: center;
}

#contact_text {
  width: 45vw;
  margin-bottom: 5vh;
}

.kwes-form > input {
  width: 100%;
  display: block;
  font-family: work;
  margin-top: 1vh;
  /* margin-bottom: 2vh; */
}

.kwes-form > input:focus {
  outline: none;
}

.kwes-form > textarea:focus {
  outline: none;
}

small {
  margin-top: -2vhs;
}

.kwes-form > textarea {
  width: 100%;
  display: block;
  margin-top: 1vh;
  /* margin-bottom: 2vh; */
  font-family: work;
}

.kwes-form > button {
  font-family: work;
  color: black;
  border-radius: 0.3vh;
  padding: 0.5vw;
  border: 1px solid black;
  /* background-color: #e3e3e3; */
}

.kwes-form {
  width: 30vw;
  height: 20vw;
}

#thankyou {
  height: 20vw;
  font-family: work;
}

@media screen and (max-width: 1270px) {
  .kwes-form > button {
    padding: 3vw;
    font-weight: 400;
    background-color: #e3e3e3;
    border: 1px solid black;
  }

  #contact_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 3vh 5vh 5vh 5vh;
  }

  #contact_text {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .kwes-form {
    width: 100%;
  }
}
