/* Styles for the contact form */
.section-contact .section-center {
  max-width: 600px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.section-contact .headline {
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 15px;
  color: #1C1C1E;
  letter-spacing: 0.3px;
}
.section-contact .sub-headline {
  line-height: 1.5;
  margin-bottom: 30px;
  color: #7e8e9f;
}
.section-contact .sub-headline a {
  color: #7e8e9f;
  text-decoration: underline;
}
.section-contact .sub-headline a:hover {
  opacity: 0.7;
}
.section-contact .reg-input textarea {
  resize: vertical;
}
.section-contact .submit-btn {
  width: 100%;
  margin-top: 30px;
}
.section-contact .submit-btn .label {
  display: none;
}
.section-contact .submit-btn.reg .reg-message,
.section-contact .submit-btn.success .success-message,
.section-contact .submit-btn.error .error-message {
  display: block;
}
.section-contact .submit-btn.success {
  background-color: #4bcf99;
}
.section-contact .submit-btn.error {
  background-color: #cf4a4a;
}
@media screen and (max-width: 640px) {
  .section-contact .headline {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .section-contact .section-center {
    padding-top: 30px;
  }
}
