.webbie {
  background-color: var(--light);
}

.webbie__inner {
  max-width: 856px;
  margin: 0 auto;
  padding: var(--offset);
}

.webbie__title {
  font-size: 48px;
  margin: 0 0 40px 0;
}

.webbie__form .js-form-item {
  margin: 0 0 20px 0;
}

.webbie__form form label {
  font-weight: 400;
  margin: 0 0 5px 0;
}

.webbie__form form .js-form-item:not(.js-form-type-checkbox) label {
  display: block;
}

.webbie__form form .js-form-item:not(.js-form-type-checkbox) input {
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid black;
}

.webbie__form form .js-form-wrapper {
  text-align: right;
}

.webbie__form form .js-form-submit {
  font-size: 16px;
  font-weight: 500;
  color: white;
  background-color: var(--primary);
  text-decoration: none;
  padding: 15px 25px;
  display: inline-block;
  border: none;
}