.ai_3steps {
  color: #000000;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.ai_3steps .tablet, .ai_3steps .mobile {
  display: none;
}
.ai_3steps h2.ai_3steps_title {
  font-size: 48px;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  font-weight: 800;
}
.ai_3steps p.ai_3steps_desc {
  line-height: normal;
  letter-spacing: 0.21px;
  font-weight: 400;
}
.ai_3steps h2.ai_3steps_title, .ai_3steps p.ai_3steps_desc {
  width: 100%;
}
.ai_3steps .ai_3steps_container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 14px 68px 30px 68px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  font-weight: 600;
  background-color: white;
  margin: 0 auto;
}
.ai_3steps .ai_3steps_container .ai_3steps_each {
  letter-spacing: 0;
  width: 330px;
}
.ai_3steps .ai_3steps_container .ai_3steps_each .icon-img {
  height: 140px;
  width: auto;
}
.ai_3steps .ai_3steps_container .ai_3steps_each .grey-title {
  font-size: 22px;
  line-height: 30px;
  opacity: 0.4;
  margin-bottom: 4px;
}
.ai_3steps .ai_3steps_container .ai_3steps_each .description {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.ai_3steps .ai_3steps_container .orange_circle_divider {
  position: absolute;
}
.ai_3steps .ai_3steps_container .orange_circle_divider.left {
  top: 119px;
  left: 355px;
}
.ai_3steps .ai_3steps_container .orange_circle_divider.right {
  top: 119px;
  right: 351px;
}
