.step_wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 32px;
}

.img_and_caption_wrapper {
  margin-block: 12px;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap-reverse;
  gap: 32px;
  width: 100%;
}
.img_and_caption_wrapper img {
  display: flex;
  max-width: 240px;
}
.img_and_caption_wrapper .image_caption {
  width: min(100%, 480px);
  max-width: 100%;
  min-width: 0;
  text-align: left;
}
.img_and_caption_wrapper .image_caption h3 {
  width: 100%;
  margin-bottom: 8px;
  padding-left: 24px;
  padding-block: 8px;
  border-left: 3px solid #a2d58a;
}

.next_step_arrow {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 32px solid #69b547;
}

/*# sourceMappingURL=template-apps-poypoy-game_common.css.map */
