@media (max-width: 768px) {
  .buwa-hero-carousel { height: 400px !important; }
  .buwa-hero-carousel h1 { font-size: 32px !important; }
  .buwa-hero-carousel p { font-size: 18px !important; }
  .entry-title { font-size: 30px !important; }
  .wp-block-columns { flex-direction: column !important; }
  .wp-block-column { flex-basis: 100% !important; padding: 0 !important; }
  .wp-block-cover { min-height: 350px !important; }
  .wp-block-buttons .wp-block-button .wp-block-button__link { min-width: 160px !important; padding: 14px 25px !important; font-size: 18px !important; }
  .site-title a { font-size: 24px !important; }
  .main-header-menu .menu-link { font-size: 16px !important; }
}
@media (max-width: 480px) {
  .buwa-hero-carousel { height: 300px !important; }
  .buwa-hero-carousel h1 { font-size: 26px !important; }
  .buwa-hero-carousel p { font-size: 16px !important; }
  .entry-title { font-size: 24px !important; }
}
