#fw-section-hero-7d4f16c0-4839-4db0-b2f7-a3dd44d733b2 {

/* Hide hero/banner section on mobile */
@media (max-width: 768px) {
  section[data-section-id^="fw-section-hero"] {
    display: none !important;
  }
}
}