.after-hero-section {
  /* Border for visual feedback */
}
.after-hero-section__inner {
  /* Inner wrapper styles */
}

.image-border::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-brand-blue-bright);
  border-radius: 16px;
  z-index: 0;
}

/*# sourceMappingURL=after-hero-section.css.map */
