.single-post #h1-page h1 {
    width: 66%;
    font-size: 26px;
}

@media screen
    and (max-width: 999px) {
      .single-post #h1-page h1 {
        width: 66%;
        font-size: 24px;
    }
}