@media only screen and (max-width: 389px) {
  
  span.wpcf7-list-item-label {
    font-size: 50%;
  }
  
  .wpcf7-form label {
    font-size: 80%;
  }
}
@media only screen and (min-width: 390px) and (max-width: 426px) {
  span.wpcf7-list-item-label {
    font-size: 60%;
  }
  .wpcf7-form label {
    font-size: 90%;
  }
}
@media only screen and (min-width: 427px) and (max-width: 767px) {
  span.wpcf7-list-item-label {
    font-size: 70%;
  }
  .wpcf7-form label {
    font-size: 95%;
  }
}

@media only screen and (max-width: 768px) {
  .wpcf7-inline-wrapper .wpcf7-inline-field {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  span.wpcf7-list-item {
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .wpcf7 input.wpcf7-submit {
    font-size: 75%;
    white-space: normal;
    height: auto;
  }
}

.wpcf7-form textarea.wpcf7-textarea {
  width: 100%;
}

span.wpcf7-list-item-label {
  font-weight: 400;
}

.checkbox-list-rglb,
.checkbox-list-rglb .wpcf7-list-item,
span.wpcf7-form-control-wrap,
.wpcf7-form-control.wpcf7-checkbox {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

