.pg-pwa-features {
  padding: 120px 0;
}
.pg-pwa-features .section_head {
  margin-bottom: 30px;
}
.pg-pwa-features .info .inf-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.pg-pwa-features .info .inf-card .num {
  font-size: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  position: relative;
  margin-top: 13px;
  padding-top: 5px;
}
.pg-pwa-features .info .inf-card .num::before {
  position: absolute;
  content: "";
  right: -2px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0274a1;
  opacity: 0.5;
  z-index: -1;
}
.pg-pwa-features .info .inf-card .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.pg-pwa-features .info .inf-card .text {
  font-size: 18px;
}
.pg-pwa-features .imgs {
  text-align: center;
}
.pg-pwa-features .imgs .img {
  display: inline-block;
  position: relative;
}
.pg-pwa-features .imgs .shap-2 {
  position: absolute;
  bottom: 130px;
  right: 30%;
  z-index: 2;
}
.pg-pwa-features .imgs .shap-3 {
  position: absolute;
  top: 160px;
  right: -40px;
  z-index: 2;
}
.pg-pwa-features .imgs .shap-4 {
  position: absolute;
  top: 130px;
  left: -30px;
  z-index: 2;
}