@media (max-width: 680px) {
body.single-post .entry-content > h1,
body.single .entry-content > h1,
body.page-template-default .entry-content > h1,
body .wp-block-post-title,
body.single-post .entry-title,
body.single .entry-title {
font-size: 24px !important;
line-height: 1.22 !important;
letter-spacing: -0.01em !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}
body.single-post .entry-content > h2,
body.single .entry-content > h2,
body.page-template-default .entry-content > h2 {
font-size: 22px !important;
line-height: 1.25 !important;
letter-spacing: -0.008em !important;
}
body.single-post .entry-content > h3,
body.single .entry-content > h3,
body.page-template-default .entry-content > h3 {
font-size: 20px !important;
line-height: 1.28 !important;
}
}
@media (max-width: 380px) {
body.single-post .entry-content > h1,
body.single .entry-content > h1,
body.page-template-default .entry-content > h1,
body .wp-block-post-title,
body.single-post .entry-title,
body.single .entry-title {
font-size: 22px !important;
line-height: 1.24 !important;
}
}