.v7-demo .demo-section {
  padding: 120px 0;
}

.v7-demo .form-wrap {
  align-items: center;
}

.v7-demo .form-wrap > div:first-child {
  padding-top: 0;
}

.v7-demo .display.xxs {
  font-size: 42px;
  line-height: 1.08;
  margin-bottom: 16px;
  max-width: 640px;
}

.v7-demo .lead {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  max-width: 560px;
}

.v7-demo .field input,
.v7-demo .field textarea {
  font-size: 16px;
}

.v7-demo .form-captcha {
  margin-top: 2px;
}

.v7-demo .form-status.is-success,
.v7-demo .form-status.is-error {
  display: block;
}

.v7-demo .form-status.is-error {
  color: #b42318;
}

@media (max-width: 960px) {
  .v7-demo .demo-section {
    padding: 88px 0;
  }
}

@media (max-width: 620px) {
  .v7-demo .demo-section {
    padding: 72px 0;
  }

  .v7-demo .display.xxs {
    font-size: 34px;
  }
}

@media (max-width: 360px) {
  .v7-demo .form-captcha .g-recaptcha {
    height: 70px;
    transform: scale(0.88);
    transform-origin: left top;
    width: 268px;
  }
}
