@media only screen and (max-width: 768px) {
  .mobile-fix-headline {
    writing-mode: horizontal-tb !important;
    word-break: normal !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-align: center !important;
    font-size: 28px !important;
    line-height: 1.4 !important;
  }
}

@media only screen and (max-width: 768px) {
  .wp-block-cover h1,
  .wp-block-cover h2,
  .wp-block-cover h3 {
    writing-mode: horizontal-tb !important;
    word-break: normal !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-align: center !important;
    font-size: 28px !important;
    line-height: 1.4 !important;
  }
}

