.shop_steps {
  padding: 100px 0;
  position: relative;
}
.shop_steps .section_head {
  margin-bottom: 70px;
}
.shop_steps .content {
  position: relative;
}
.shop_steps .content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0374630a;
}
.shop_steps .info .text {
  font-size: 18px;
  margin-bottom: 50px;
}
.shop_steps .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.shop_steps .info ul li .icon {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shop_steps .info ul li .icon img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop_steps .info ul li .cont h6 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.shop_steps .info ul li .cont p {
  color: #3E4348;
  font-size: 14px;
}
.shop_steps .info .butn {
  margin-top: 40px;
}
.shop_steps .img {
  padding: 75px 0;
  position: relative;
  z-index: 10;
  text-align: center;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop_steps .img .hand {
  position: absolute;
  left: 40px;
  bottom: 0;
  max-height: 30%;
}