  /* mobaile */
  @media (max-width:768px) {

    .text_center_xs {
      text-align: center;
    }

    .h_100 {
      height: 100vh;
    }

    .text_center {
      text-align: center;


    }

    .hide_on_mobile {
      display: none;
    }

    .container_19 ul li input {
      width: 20px;
      height: 20px;
    }

    .h_300 {
      height: 400px !important;
    }

  }