.pagewrapper .content-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 0;
}
h2{
  margin-bottom: 20px;
}

/* Generic Sections */

/* Centered Text Utility */
.text-center {
  text-align: center;
}

/* zwc-banner-wrap */
.zw-product-header,.zwc-banner-wrap {
  background: #e8f2ff;
}
.zwc-banner-wrap {

  text-align: center;
}
.zwc-banner-wrap p {
  max-width: 600px;
  margin: 0 auto 20px;
}

.zwc-banner-wrap .watch-video {
  display: inline-block;
  position: relative;
  background: transparent;
  border: none;
  color: #000;
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
  padding: 0 0 0 30px;
  line-height: 24px;
  cursor: pointer;
  margin: 0 20px 20px;
}
.zwc-banner-wrap .watch-video:before,
.zwc-banner-wrap .watch-video:after {
  content: "";
  position: absolute;
}
.zwc-banner-wrap .watch-video:before {
  left: -1px;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000;
  border-radius: 100%;
}
.zwc-banner-wrap .watch-video:after {
  border-color:   transparent #000;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  height: 0;
  left: 8px;
  top: 7px;
  width: 0;
}

/* zwc-banner-wrap */

/* Grid Containers */
.grid-element {
  display: grid;
  gap: 48px;
  align-items: center;
}
/* zwc-what-enterprise  */
.zwc-what-enterprise .content-wrap > div:last-child {
  padding-top: 60px;
}
.zwc-what-enterprise p {
  margin-bottom: 0px;
}
.zwc-what-enterprise .grid-element {
  grid-template-columns: repeat(auto-fit, minmax(326px, 1fr));
  margin-bottom: 50px;
  gap: 60px;
}

.enterprise-apps-img > div {
  max-width: 300px;
  margin: 0 auto;
}

/* zwc-what-enterprise end  */
/* zwc-enterprise-app */

.zwc-enterprise-app {
  background: #f3f3f3;
  text-align: center;
}
.zwc-enterprise-app .grid-element {
  margin-top: 60px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: self-start;
}

.zwc-enterprise-app h3 {
  padding-top: 100px;
  position: relative;
}
.zwc-enterprise-app h3::before {
  position: absolute;
  content: "";
  background: url(/sites/zweb/images/creator/sprites-2x.png)
    no-repeat;
  background-size: 620px;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -70%);
}
.zwc-enterprise-app .grid-element > div:nth-child(2) h3::before {
  background-position: -69px -3px;
}
.zwc-enterprise-app .grid-element > div:nth-child(3) h3::before {
  background-position: -135px -4px;
}

/* zwc-enterprise-app snd-part */
.zwc-enterprise-app.snd-part .grid-element {
  text-align: left;
}
.zwc-enterprise-app.snd-part .grid-element p{
  max-width: 310px;
}
.zwc-enterprise-app.snd-part h3 {
  padding-top: 80px;
  font-size: 24px;
}
.zwc-enterprise-app.snd-part h3::before {
  top: 0;
  left: 0;
  transform: unset;
}
.zwc-enterprise-app.snd-part .grid-element > div:nth-child(1) h3::before {
  background-position: -209px -4px;
}
.zwc-enterprise-app.snd-part .grid-element > div:nth-child(2) h3::before {
  background-position: -277px -4px;
}
.zwc-enterprise-app.snd-part .grid-element > div:nth-child(3) h3::before {
  background-position: -348px -4px;
}
.zwc-enterprise-app.snd-part .grid-element > div:nth-child(4) h3::before {
  background-position: -416px -4px;
}
.zwc-enterprise-app.snd-part .grid-element > div:nth-child(6) h3::before {
  background-position: -485px -4px;
}
.zwc-enterprise-app.snd-part .grid-element > div:nth-child(7) h3::before {
  background-position: -555px -4px;
}
/* zwc-enterprise-app snd-part end */
/* zwc-enterprise-app end */
/* zwc-low-code */

.zwc-low-code {
  text-align: center;
}
.zwc-low-code p {
  max-width: 800px;
  margin: 0 auto 30px;
}

/* zwc-low-code end */

/* zwc-bottom-cta-wrap */
.zwc-bottom-cta-wrap {
  background: #e3e7ea;
  text-align: center;
}

/* zwc-bottom-cta-wrap */
/* Responsive */
@media (max-width: 767px) {
  .content-wrap {
    padding: 60px 0px;
  }
  /* zwc-what-enterprise */
  .zwc-what-enterprise .grid-element {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    gap: 40px;
  }
  .zwc-what-enterprise .grid-element.snd-prt .enterprise-apps-img {
    order: 1;
  }
  .enterprise-apps-img > div {
    max-width: 260px;
  }
  .zwc-enterprise-app .grid-element {
    margin-top: 40px;
  }
  /* zwc-what-enterprise */
  .zwc-enterprise-app.snd-part h3{
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .zwc-banner-wrap .watch-video {
        margin: 20px 0px 20px 20px;
}
.zwc-what-enterprise .grid-element{
  grid-template-columns: 1fr;
}
  .zwc-enterprise-app,
  .zwc-low-code,
  .zwc-banner-wrap {
    text-align: left;
  }
  .zwc-enterprise-app h3::before {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
  }
  .grid-element {
    gap: 28px;
  }
  /* zwc-what-enterprise */
  .zwc-what-enterprise .grid-element {
    text-align: left;
    margin: 0;
  }
  .enterprise-apps-img > div {
    margin: 0;
  }
  /* zwc-what-enterprise */
}
