.page-header {
  text-align: center;
}

.page-header h1 {
  font-size: 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-header h1 {
    font-size: 30px;
  }
}

.wpcf7 {
  padding: 42px 0;
  max-width: 500px;
  margin: 0 auto;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-form>div,
.wpcf7-form>p {
  margin-bottom: 12px;
}

.wpcf7-form>div>p>label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
}

.wpcf7-form input[name="customer-addr2"] {
  margin-top: 4px;
  display: inline-block;
}

:where(:focus-visible) {
  outline: none !important;
  box-shadow: unset !important;
  outline-offset: 0 !important;
}

.page-contact input.wpcf7-text,
.page-contact .wpcf7-textarea {
  width: 100%;
  padding: 4px;
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.wpcf7-checkbox>span {
  /* width: 33%; */
}

.wpcf7-submit {
  background-color: #000;
  border-radius: 4px;
  display: block;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  padding: 8px;
  color: #fff;
}