.section-form-custom {
  width: 100%;
  background-color: #fff;
}
.section-form-custom.-short {
  padding: 35px 0;
}
@media (min-width: 768px) {
  .section-form-custom.-short {
    padding: 75px 0;
  }
}
.section-form-custom.-tall {
  padding: 45px 0 35px;
}
@media (min-width: 768px) {
  .section-form-custom.-tall {
    padding: 150px 0 100px;
  }
}
.section-form-custom .container h2 {
  margin-bottom: 24px;
  text-align: center;
}
.section-form-custom .container .paragraph-form-custom {
  margin-bottom: 32px;
  text-align: center;
}
.section-form-custom .container .form-wrapper form fieldset label {
  font-family: "sofia-pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  color: #556b58;
}
.section-form-custom .container .form-wrapper form fieldset input[type=text],
.section-form-custom .container .form-wrapper form fieldset input[type=select],
.section-form-custom .container .form-wrapper form fieldset textarea,
.section-form-custom .container .form-wrapper form fieldset input[type=email] {
  border: 1px solid #556b58;
  padding: 10px;
  color: #556b58;
  font-family: "sofia-pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150%;
}
.section-form-custom .container .form-wrapper form fieldset input[type=text]::-moz-placeholder, .section-form-custom .container .form-wrapper form fieldset input[type=select]::-moz-placeholder, .section-form-custom .container .form-wrapper form fieldset textarea::-moz-placeholder, .section-form-custom .container .form-wrapper form fieldset input[type=email]::-moz-placeholder {
  color: #556b58;
  font-family: "sofia-pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150%;
}
.section-form-custom .container .form-wrapper form fieldset input[type=text]::placeholder,
.section-form-custom .container .form-wrapper form fieldset input[type=select]::placeholder,
.section-form-custom .container .form-wrapper form fieldset textarea::placeholder,
.section-form-custom .container .form-wrapper form fieldset input[type=email]::placeholder {
  color: #556b58;
  font-family: "sofia-pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150%;
}
.section-form-custom .container .form-wrapper form fieldset button {
  width: auto;
  background-color: rgb(85, 107, 88) !important;
  border: 1px solid rgb(85, 107, 88);
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  font-family: "sofia-pro";
}
.wp-block {
  max-width: none;
}
.wp-block.editor-post-title textarea {
  text-align: center;
}
