form > div {
  display: flex;
  flex-direction: column;
}

label {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin: unset;
  padding: 15px;
  color: rgb(0, 0, 0);
  
}

textarea {
  resize: none;
  overflow: hidden;
  min-height: 50px;
  max-height: 100px;
  width: 90%;
  border-radius: 0px;
  margin-left: 20px;
}

form {
  display: flex;
  flex-direction: column;
  /* width: max-content; */
}
.form__wrapper {
  width: 100%;
}

body {
  accent-color: #7285a8;
}

.choise {
  margin-left: 30px;
}

label.check {

  padding: 0px 0px 0px 2px;
  line-height: 10px;
}

