.project-lockup {
  display: block;
  padding-bottom: 4rem;
  position: relative;
}
.project-lockup .device ~ img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.project-lockup .desktop {
  height: auto;
  padding: 4.5% 7% 6% 7%;
  position: relative;
  transform: translate(-2%, 10%);
  width: 72%;
  z-index: 2;
}
.project-lockup .desktop .device {
  background: url(../../images/ai-desktop.png) no-repeat center center;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.project-lockup .tablet {
  height: auto;
  left: 58%;
  padding: 3% 5% 3% 5%;
  position: absolute;
  top: 0;
  transform: translateY(30%);
  width: 33%;
  z-index: 3;
}
.project-lockup .tablet .device {
  background: url(../../images/ai-tablet.png) no-repeat center center;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.project-lockup .mobile {
  height: auto;
  padding: 5% 1% 5% 1%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(46%);
  width: 13.75%;
  z-index: 4;
}
.project-lockup .mobile .device {
  background: url(../../images/ai-mobile.png) no-repeat center center;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.project-lockup__media {
  padding-bottom: 5%;
  position: relative;
}
.project-lockup__content {
  margin-top: 1rem;
  text-align: center;
}
.project-lockup__title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.project-lockup__text p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.project-lockup__text p:first-child {
  margin-top: 0 !important;
}
.project-lockup__text p:last-child {
  margin-bottom: 0 !important;
}
.project-lockup.is-text-white {
  color: #fff;
}

.acf-block-preview .project-lockup .desktop .device {
  background: url(../../images/ai-desktop.png) no-repeat center center;
  background-size: contain;
}
.acf-block-preview .project-lockup .tablet .device {
  background: url(../../images/ai-tablet.png) no-repeat center center;
  background-size: contain;
}
.acf-block-preview .project-lockup .mobile .device {
  background: url(../../images/ai-mobile.png) no-repeat center center;
  background-size: contain;
}/*# sourceMappingURL=block-project-lockup.css.map */