.pg-pwa-steps {
  padding-bottom: 110px;
}
.pg-pwa-steps .step-card {
  margin-top: 60px;
  text-align: center;
}
.pg-pwa-steps .step-card .img {
  height: 120px;
  overflow: hidden;
  margin-bottom: 50px;
}
.pg-pwa-steps .step-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pg-pwa-steps .step-card h5 {
  font-size: 20px;
  line-height: 2;
}