.pg-branding-visIdentity {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.pg-branding-visIdentity .section_head {
  margin-bottom: 70px;
}
.pg-branding-visIdentity .vis-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.pg-branding-visIdentity .vis-card:last-of-type {
  margin-bottom: 0;
}
.pg-branding-visIdentity .vis-card .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
.pg-branding-visIdentity .vis-card .icon img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pg-branding-visIdentity .vis-card .inf h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pg-branding-visIdentity .vis-card .inf p {
  font-size: 16px;
}
.pg-branding-visIdentity .img {
  position: relative;
  z-index: 10;
}
.pg-branding-visIdentity .back_shap {
  position: absolute;
  left: 0;
  top: 10%;
  width: 90%;
  right: 40%;
}