.interest-form {
  position: relative;
  padding: clamp(30px, 5vw, 58px);
  border: 0;
  border-top: 8px solid #e8572a;
  border-radius: 4px;
  color: #17251e;
  background: #f6f1e7;
  box-shadow: 0 24px 60px rgb(0 0 0 / 22%);
}

.form-intro {
  max-width: 690px;
  margin: 0 0 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(23 37 30 / 25%);
}

.form-intro > p:first-child {
  margin: 0 0 12px;
  color: #c94520;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.form-intro h3 {
  margin: 0 0 14px;
  color: #17251e;
  font: 400 clamp(31px, 4vw, 48px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}

.form-intro > p:last-child {
  max-width: 620px;
  margin: 0;
  color: #3d4a43;
  font-size: 15px;
  line-height: 1.65;
}

.interest-form label {
  color: #17251e;
  font-size: 14px;
}

.interest-form label span {
  color: #667169;
}

.interest-form input,
.interest-form select,
.interest-form textarea {
  border: 1px solid #9aa39d;
  border-radius: 3px;
  color: #17251e;
  background: #fff;
}

.interest-form input:hover,
.interest-form select:hover,
.interest-form textarea:hover {
  border-color: #536158;
}

.interest-form .button {
  min-height: 58px;
  color: #fff;
  background: #d94c22;
  border-color: #d94c22;
  font-size: 16px;
}

.interest-form .button:hover {
  color: #fff;
  background: #b93818;
  border-color: #b93818;
}

.interest-form > small {
  color: #5d6861;
}

@media (max-width: 700px) {
  .interest-form {
    padding: 28px 20px;
    border-top-width: 6px;
  }

  .form-intro {
    margin-bottom: 28px;
    padding-bottom: 24px;
  }
}
