h1,
h2,
h3 {
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .demo-button,
  .demo-btn,
  .header-demo-button {
    display: none !important;
  }

  .demo-navi-mobile {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .demo-navi-mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {

  .demo-navi-mobile a {
    background: #EC62A0 !important;
    color: white !important;

  }

}