@media all and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .form_label p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .form_item {
    width: 100%;
  }
  .form_phone {
    width: 100%;
  }
  .range_text span {
    text-align: center;
    font-size: 12px;
  }
}
