/* If the heading is currently overlaying the image, reset it */
.announcements__heading {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  margin-top: 1rem;
}

/* Keep image block-level so the heading naturally falls below */
.banner__image {
  display: block;
  width: 100%;
  height: auto;
}



