.pg-hosting-features {
  padding: 120px 0;
  background-color: #F5F7F9;
}
.pg-hosting-features .info .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.pg-hosting-features .info .card-item:last-of-type {
  margin-bottom: 0;
}
.pg-hosting-features .info .card-item .icon {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pg-hosting-features .info .card-item .icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pg-hosting-features .info .card-item .cont h6 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #0379a4;
}
.pg-hosting-features .info .card-item .cont p {
  font-size: 20px;
  line-height: 1.7;
  color: #687186;
}
.pg-hosting-features .img {
  position: relative;
  overflow: hidden;
}
.pg-hosting-features .img .shap_1 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.pg-hosting-features .img .shap_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all linear;
  transition: all linear;
}
.pg-hosting-features .img .shap_3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all linear;
  transition: all linear;
}