.post-html h1, .post-html h2, .post-html h3, .post-html h4, .post-html h5, .post-html h6 {
    flex-wrap: wrap;
}

.article-img-banner {
    max-height: 200px;
}

.app-banner.app-banner-screen {
    opacity: 0.8 !important;
}

.post-html img {
    margin-top: 5px;
    border-radius: 8px;
}

.post-html p {
    text-align: justify;
}

.post-html p a {
    word-break: break-all;
}
