.services-card__wrap {
  width: 19.25em;
  margin-left: -4.933em;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.services-card__wrap.is--1 {
  margin-left: 0;
}
.services-card__wrap:hover {
  transform: scale(1.08) !important;
}
.services-card__wrap:hover .services-card__sticker-camera,
.services-card__wrap:hover .services-card__sticker-phone,
.services-card__wrap:hover .services-card__sticker-smiley,
.services-card__wrap:hover .services-card__sticker-watch,
.services-card__wrap:hover .services-card__sticker-heart {
  transform: none;
}

.services-card {
  width: 100%;
}
.services-card__before {
  pointer-events: none;
  padding-top: 133.333%;
}

@media screen and (max-width: 991px) {
  .services__row-cards {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }
  .services-card__wrap {
    margin-left: 0;
    position: sticky;
    top: 8em;
  }
  .services-card__wrap.is--1 {
    transform: translate(0) rotate(4deg) !important;
  }
  .services-card__wrap.is--2 {
    transform: translate(0) rotate(-3deg) !important;
  }
  .services-card__wrap.is--3 {
    transform: translate(0) rotate(6deg) !important;
  }
  .services-card__wrap.is--4 {
    transform: translate(0) rotate(-1deg) !important;
  }
  .services-card__wrap.is--5 {
    transform: translate(0) rotate(-8deg) !important;
  }
  .services-card {
    transform: translate(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .services__row-cards {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    position: relative;
  }
  .services-card__wrap {
    width: 17.5em;
    position: sticky;
    top: 8em;
  }
  .services-card__wrap.is--1 {
    transform: translate(0) rotate(3deg) !important;
  }
}
@media screen and (max-width: 467px) {
  .services-card__wrap {
    width: 14.5em;
    position: sticky;
    top: 8em;
  }
  .services-card__wrap.is--1 {
    transform: translate(0) rotate(3deg) !important;
  }
}
.lazy-bg {
  background-position: center;
  background-size: cover;
  opacity: 0;
  filter: blur(14px);
  transition: opacity 0.9s ease, filter 1.1s ease;
}
.lazy-bg.is-loaded {
  opacity: 1;
  filter: blur(0);
}/*# sourceMappingURL=myimage.css.map */