.member-hero {
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  padding-top: 160px;
}
.member-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}
.member-hero p {
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto;
}

.member-form-section {
  background: #f7f9fc;
}

.form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
}

.form-wrapper h2 {
  color: #014AB9;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.wpcf7-form input[type="submit"] {
  background-color: #014AB9;
  color: white;
  border: none;
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 6px;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #013a8c;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input {
  width: 13px;
  margin-right: 8px;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label span.wpcf7-list-item-label {
  font-size: 14px;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper input[type="file"],
.contact-form-wrapper textarea,
.contact-form-wrapper select,
.contact-form-wrapper button {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.container, .contact-form-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
input[type="file"] {
  max-width: 100%;
  display: block;
}
