.activity-cards {
  img {
    width: 200px;
    position: relative;

    &:nth-child(1) {
      transform: rotate(-15deg) translate(6px, 28px);
      z-index: 0;
    }

    &:nth-child(2) {
      z-index: 1;
    }

    &:nth-child(3) {
      transform: rotate(15deg) translate(0px, 28px);
      z-index: 2;
    }
  }
}

/* Pending revision styling for workshop changes */
.pending_revision {
  @apply text-primary-600 font-medium;
}

.why-bullet-point ul {
  padding-left: 2.75rem;
  list-style-type: "👉";

  li {
    padding-left: 0.25rem;
  }
}
