@media only screen and (max-width: 600px) {
  .header img {
    float: left;
    width: 159px;
    height: 41.15px;
    margin-left: 30px;
    margin-top: 56px;
  }

  .content {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
    width: 100%;
  }

  .left_box {
    display: block;
    flex: 1;
  }

  .image_home {
    width: 80%;
    display: block;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    content: url("../images/home_mobile.png");
  }

  .topnav {
    display: none;
    visibility: hidden;
  }

  .font_title {
    font-size: 24px;
    margin-top: 0%;
    margin-left: 30px;
    margin-bottom: -5%;
  }

  .font_subtitle {
    font-size: 16px;
    margin-top: 13px;
    margin-left: 30px;
    margin-bottom: 0%;
  }

  body>div.content>div.right_box>div>div>span:nth-child(1)>img {
    width: 39.24px;
    height: 42px;
    margin-left: 84px;
    margin-top: 37px;
    /* left: 254px; */
    /* top: 619px; */
  }

  body>div.content>div.right_box>div>div>span>img.playstore {
    width: 39.24px;
    height: 42px;
    margin-left: 130px;
  }

  .font_footer {
    position: absolute;
    width: 232px;
    height: 96px;
    left: 71px;
    top: 300px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .nav-mobile {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    opacity: 0.9;
  }

  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .hamRotate.active {
    transform: rotate(45deg);
  }

  .hamRotate180.active {
    transform: rotate(180deg);
  }

  .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
  }

  .ham4 .top {
    stroke-dasharray: 40 121;
  }

  .ham4 .bottom {
    stroke-dasharray: 40 121;
  }

  .ham4.active .top {
    stroke-dashoffset: -68px;
  }

  .ham4.active .bottom {
    stroke-dashoffset: -68px;
  }

  .sidepanel {
    display: block;
  }

  .sidepanel {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
  }

  .sidepanel a {
    padding: 8px 8px 8px 18px;
    text-decoration: none;
    font-size: 16px;
    color: #413D3E;
    display: block;
    transition: 0.3s;
  }

  .sidepanel img {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
  }

  .content_text {
    display: grid;
    width: 90%;
    margin-left: 31px;
    margin-right: 31px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding-left: 0%;
    color: #413D3E;
  }

  .content_text h1 {
    line-height: 24px;
  }

  .content_text h1.title {
    color: #DB2D4D;
  }
}