form.wpcf7-form {
  max-width: 100%;    
}

form.wpcf7-form p {
  margin: 0;
}

form.wpcf7-form label {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 6px;
}

form.wpcf7-form select {
  width: auto;
  background-color: #fff;
  border: 3px solid black;
  border-radius: 10px;
  margin-bottom: 25px;
  font-size: 25px;
  max-width: 100%;
}

form.wpcf7-form input[type=text], form.wpcf7-form input[type=email] {
  width: auto;
  border: 3px solid black;
  border-radius: 10px;
  margin-bottom: 25px;
  font-size: 25px;
  max-width: 100%;
}

form.wpcf7-form span.wpcf7-list-item {
  margin-left: 0px;
  margin-bottom: 20px;
}

form.wpcf7-form span.wpcf7-list-item-label {
  font-weight: normal;
  font-size: 16px;
}

form.wpcf7-form span.wpcf7-list-item-label a {
  font-size: inherit;    
}

@media all and (max-width: 1024px)
  {
  form.wpcf7-form label {
    font-size: 18px;
    margin-bottom: 4px;
  }
  
  form.wpcf7-form select {
    width: auto;
    border: 2px solid black;
    margin-bottom: 16px;
    font-size: 18px;
  }
  
  form.wpcf7-form input[type=text], form.wpcf7-form input[type=email] {
    width: auto;
    border: 2px solid black;
    margin-bottom: 16px;
    font-size: 18px;
  }      
  }