#fw-section-header {

@media (max-width: 768px) {
  .hero_inner.hero_inner--center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero_heading.hero_heading--regular {
    order: -1; /* Move heading to top */
    margin-bottom: 1rem;
  }

  .hero_cta-container.hero_cta-container--left {
    order: 1; /* Move button to bottom */
    margin-top: 1rem;
  }
}
}