@media screen and (max-width: 767px) {
  .ai_3steps {
    padding-bottom: 30px;
  }
  .ai_3steps h2.ai_3steps_title {
    line-height: 38px;
    font-size: 28px;
    letter-spacing: 0.23px;
    margin: 0 auto 20px;
    width: 280px;
  }
  .ai_3steps p.ai_3steps_desc {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.13px;
  }
  .ai_3steps .tablet, .ai_3steps .desktop {
    display: none;
  }
  .ai_3steps .mobile {
    display: flex;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile {
    background-color: white;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container {
    width: 300px;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px 30px 20px;
    background-color: unset;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container .ai_3steps_each {
    width: 280px;
    margin-bottom: 37px;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container .ai_3steps_each .description {
    font-size: 15px;
    line-height: 23px;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container .ai_3steps_each .icon-img {
    height: 160px;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container .ai_3steps_each .grey-title {
    font-size: 16px;
    line-height: 22px;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container .orange_circle_divider.left {
    width: 26px;
    top: 242px;
    left: auto;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container .orange_circle_divider.right {
    width: 26px;
    top: 500px;
    right: auto;
  }
}
