  /* 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;
    }

    .font_30 {
      font-size: 22px;
    }

    .font_70 {
      font-size: 30px;
    }
    .font_sm_1rem {
      font-size: 1rem;
    }

    .circle_m {
      width: 80px;
      height: 80px;
      top: 0;
      left: 0;
    }

  }