@media only screen and (max-width : 767px) {
.tn_flex_radio .gfield_radio .gchoice, .tn_flex_radio .gfield_checkbox .gchoice {
    width: 100%;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: black;
    margin-left: 0;
}
  .tn_custom_form label.gfield_label.gform-field-label, .gform_wrapper.gravity-theme .gfield_label {
      font-size: 18px;
  }
  .gform_page_footer .gform_next_button {
      padding: 5px 0;
      border-radius: 20px;
  }
  .logo_flex a {
      width: 48%;
  }
  .step_icon .min_step {
      width: 100%;
      text-align: center;
  }
}