@media screen and (max-width: 1260px) and (min-width: 768px) {
  .ai_3steps {
    padding-bottom: 40px;
  }
  .ai_3steps h2.ai_3steps_title {
    font-size: 26px;
    letter-spacing: 0.23px;
    margin-bottom: 10px;
  }
  .ai_3steps p.ai_3steps_desc {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15px;
    margin-bottom: 40px;
  }
  .ai_3steps .desktop, .ai_3steps .mobile {
    display: none;
  }
  .ai_3steps .tablet {
    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: 768px;
    padding: 17px 24px 30px 24px;
    background-color: unset;
  }
  .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: 114px;
    width: auto;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container .ai_3steps_each .grey-title {
    font-size: 18px;
    line-height: 24px;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container .orange_circle_divider.left {
    width: 91px;
    top: 64px;
    left: 218px;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container .orange_circle_divider.right {
    width: 91px;
    top: 64px;
    right: 215px;
  }
  .ai_3steps .ai_3steps_container_for_tablet_mobile .ai_3steps_container.items_4 .ai_3steps_each {
    width: 250px !important;
  }
}
