.mobile-apps {
  overflow: hidden;
  padding-bottom: 90px;
}
.mobile-apps .section_head {
  margin-bottom: 60px;
}
.mobile-apps .img-side {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}
.mobile-apps .img-side .back-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.mobile-apps .img-side .mob-img {
  position: relative;
  width: 323px;
  height: 680px;
  border-radius: 23px;
  overflow: hidden;
  margin: auto;
  border-radius: 23px;
  background-color: #fff;
  z-index: 10;
  border: 1px solid rgba(48, 60, 93, 0.05);
  -webkit-box-shadow: 20px 20px 60px -6px rgba(29, 42, 59, 0.1), 0px 6px 20px -6px rgba(29, 42, 59, 0.15);
          box-shadow: 20px 20px 60px -6px rgba(29, 42, 59, 0.1), 0px 6px 20px -6px rgba(29, 42, 59, 0.15);
}
.mobile-apps .img-side .mob-img .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  padding: 13px;
}
.mobile-apps .img-side .mob-img .mob-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 23px;
}
.mobile-apps .img-side .sm-imgs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.mobile-apps .img-side .sm-imgs .img {
  width: 210px;
  height: 150px;
  border-radius: 15px;
  border: 1px solid rgba(48, 60, 93, 0.05);
  -webkit-box-shadow: 20px 20px 60px -6px rgba(29, 42, 59, 0.1), 0px 6px 20px -6px rgba(29, 42, 59, 0.15);
          box-shadow: 20px 20px 60px -6px rgba(29, 42, 59, 0.1), 0px 6px 20px -6px rgba(29, 42, 59, 0.15);
  overflow: hidden;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 100px);
}
.mobile-apps .img-side .sm-imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-apps .img-side .sm-imgs .img.img_1 {
  z-index: 10;
  top: auto;
  bottom: 150px;
  left: auto;
  height: 215px;
  width: 230px;
  right: 100px;
  padding: 10px;
  background: #fff;
}
.mobile-apps .img-side .sm-imgs .imgs_card {
  position: absolute;
  z-index: 10;
  bottom: 250px;
  left: 0;
  height: 215px;
  width: 230px;
}
.mobile-apps .img-side .sm-imgs .imgs_card .visa {
  position: absolute;
  width: 170px;
  top: 0;
  left: calc(50% - 85px);
  border-radius: 8px;
}
.mobile-apps .img-side .sm-imgs .imgs_card .im_1 {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  z-index: 5;
  border-radius: 8px;
  -webkit-box-shadow: 20px 20px 60px -6px rgba(29, 42, 59, 0.1), 0px 6px 20px -6px rgba(29, 42, 59, 0.15);
          box-shadow: 20px 20px 60px -6px rgba(29, 42, 59, 0.1), 0px 6px 20px -6px rgba(29, 42, 59, 0.15);
}
.mobile-apps .img-side .sm-imgs .imgs_card .sm_cards {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.mobile-apps .img-side .sm-imgs .imgs_card .sm_cards img {
  width: 90px;
  height: 70px;
  z-index: 10;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 20px 20px 60px -6px rgba(29, 42, 59, 0.1), 0px 6px 20px -6px rgba(29, 42, 59, 0.15);
          box-shadow: 20px 20px 60px -6px rgba(29, 42, 59, 0.1), 0px 6px 20px -6px rgba(29, 42, 59, 0.15);
}
.mobile-apps .info .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.mobile-apps .info .card-item:last-of-type {
  margin-bottom: 0;
}
.mobile-apps .info .card-item .icon {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mobile-apps .info .card-item .icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-apps .info .card-item .cont h6 {
  font-size: 18px;
  margin-bottom: 20px;
}
.mobile-apps .info .card-item .cont p {
  font-size: 14px;
  line-height: 1.7;
  color: #687186;
}