.contact {
  display: flex;
  padding: 0 2%;
  background-color: #fafafa;
}

.contact_left {
  padding-top: 50px;
  width: 40%;
  height: 100%;
  line-height:43px;
  text-align: center;
  padding-right: 2%;
}

.contact_left_img_pic {
  width: 100%;
  height: auto;
}

.contact_right {
  padding-top: 50px;
  width: 60%;
}

.lg-form-clear {
  display: none !important;
}


@media (max-width: 720px) {
  .contact {
    flex-direction: column;
  }

  .contact_left {
    padding-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:30px  0
  }

  .contact_right {
    width: 100%;
  }

  .contact_right {
    /* padding-top: 18px; */
    padding: 0 10px;
  }
  .top_title {
    font-size: 18px !important;
  }

  .next_title {
    font-size: 16px;
  }
}
