@media screen and (max-width: 560px) {
    .blog-detail > h1 {
        font-size: 22px !important;
        line-height: 1.2;
    }
}