*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.mobile_hero_section {
    background-color: #e0f7fa;
    padding: 60px 10px;
  }
  .mobile_hero_section_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .mobile_hero_section_left h1 {
    font-size: 55px;
    font-weight: 700;
  }
  .mobile_hero_section_left p {
    font-size: 18px;
    font-weight: 400;
    color: #5c5f6e;
    margin: 30px 0px;
  }
  .mobile_hero_section_right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .hero_img_1 {
    width: 30% !important;
    z-index: 1;
  }
  .hero_img_2 {
    width: 40% !important;
    position: relative;
    z-index: 2;
    right: 40px;
  }
  .mobile_subsection {
    padding: 120px 10px;
  }
  .mobile_subsection_left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile_circle {
    background-color: #e0f7fa;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile_subsection_left img {
    width: 60%;
  }
  .mobile_subsection_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .mobile_subsection_right h1 {
    font-size: 45px;
    font-weight: 700;
  }
  .mobile_subsection_right p {
    font-size: 18px;
    font-weight: 400;
    color: #5c5f6e;
    margin: 20px 0px;
  }
  .mobile_subsection_right a {
    border: 2px solid #0b0d0e;
    color: #0b0d0e;
    border-radius: 10px;
    padding: 10px 30px;
    text-decoration: none;
    max-width: 180px;
    font-weight: 600;
    text-align: center;
  }
  .row_reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .work_flowing {
    background-color: #1a284e;
    padding: 140px 10px;
  }
  .work_flowing_container {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
  }
  .work_flowing_container_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .work_flowing_container_left h1 {
    font-size: 45px;
    font-weight: 700;
  }
  .work_flowing_container_left p {
    font-size: 16px;
    font-weight: 400;
    color: #838696;
    margin: 20px 0px;
  }
  .work_flowing_container_left a {
    border: 2px solid #0b0d0e;
    color: #0b0d0e;
    border-radius: 10px;
    padding: 10px 30px;
    text-decoration: none;
    max-width: 220px;
    text-align: center;
    font-weight: 600;
  }
  .mobile_sync_section {
    padding: 70px 10px 0px;
    background-color: #fff;
  }
  .mobileinhandimg {
    width: 60%;
  }
  @media only screen and (max-width: 600px) {
    .mobile_hero_section_left h1 {
      font-size: 35px;
    }
    .mobile_hero_section_left img {
      width: 50%;
    }
    .mobile_hero_section_right {
      padding-top: 30px;
    }
    .mobile_subsection {
      padding: 70px 10px;
    }
    .mobile_subsection_left img {
      width: 40%;
    }
    .mobile_circle {
      background-color: #e0f7fa;
      height: 300px;
      width: 300px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .mobile_subsection_right h1 {
      font-size: 35px;
      font-weight: 700;
    }
    .mobile_subsection_right {
      padding-top: 30px;
    }
    .work_flowing img {
      width: 100%;
      padding-top: 30px;
    }
    .work_flowing_container_left h1 {
      font-size: 35px;
      font-weight: 700;
    }
    .work_flowing {
      padding: 70px 10px;
    }
  }