.pg-mb-apps-features {
  padding: 90px 0; }
  .pg-mb-apps-features .imgs-slider .img {
    position: relative;
    display: inline-block; }
    .pg-mb-apps-features .imgs-slider .img .mobile {
      height: 590px;
      position: relative;
      z-index: 5;
      display: inline-block;}
    .pg-mb-apps-features .imgs-slider .img .mobile-back {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      padding: 10px;
      border-radius: 30px; }
      .pg-mb-apps-features .imgs-slider .img .mobile-back img{
          width: 100%;
          height: 100%;
      }
  .pg-mb-apps-features .imgs-slider .swiper-slide {
    opacity: 0; }
    .pg-mb-apps-features .imgs-slider .swiper-slide.swiper-slide-active {
      opacity: 1; }
      .pg-mb-apps-features .imgs-slider .swiper-slide.swiper-slide-active .img {
        -webkit-filter: drop-shadow(0 0 40px #0003);
        filter: drop-shadow(0 0 40px #0003); }
    .pg-mb-apps-features .imgs-slider .swiper-slide.swiper-slide-next, .pg-mb-apps-features .imgs-slider .swiper-slide.swiper-slide-prev {
      opacity: 1; }
  .pg-mb-apps-features .info .section_head {
    margin-bottom: 80px; }
  .pg-mb-apps-features .info .ser-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    .pg-mb-apps-features .info .ser-card:last-of-type {
      margin-bottom: 0; }
    .pg-mb-apps-features .info .ser-card .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-padding-end: 40px;
      padding-inline-end: 40px; }
      .pg-mb-apps-features .info .ser-card .icon img {
        width: 52px;
        height: 52px;
        -o-object-fit: contain;
        object-fit: contain; }
    .pg-mb-apps-features .info .ser-card .inf h6 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px; }
    .pg-mb-apps-features .info .ser-card .inf p {
      font-size: 16px; }
