.neonfront_content_wrap {
  display: flex;
  flex-direction: column;
}

.neonfront_content_media {
  order: -1; /* moves the image div to the top */
}

/* Optional styling for spacing and presentation */
.neonfront_content_media {
  margin-bottom: 1rem;
  text-align: center;
}

.neonfront_content_title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.neonfront_content_desc {
  font-size: 1rem;
}

.neonfront_content_wrap {
  display: flex;
  flex-direction: column;
  padding: 0.75rem; /* adjust as needed */
  box-sizing: border-box; /* ensures padding doesn't break layout */
}
