@media (min-width: 782px) {
  .wp-block-group.is-style-decale-dr .wp-block-columns .wp-block-column:first-child {
    transform: translateX(50px);
  }
}
@media (min-width: 782px) {
  .wp-block-group.is-style-decale-dr .wp-block-columns .wp-block-column:last-child {
    transform: translateX(-50px);
  }
}
.wp-block-group.is-style-decale-dr .wp-block-columns .wp-block-column:last-child p.has-microgramma-font-family {
  z-index: 2;
  position: relative;
  rotate: -5deg;
  margin-bottom: 25px;
}
.wp-block-group.is-style-decale-dr .wp-block-columns .wp-block-column:last-child p.has-microgramma-font-family:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0px;
  top: -10px;
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--wp--custom--color--keylimepie-200);
}