@media (max-width: 992px) {

    .single-page-content.news-post h1 {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2.66625rem;
        letter-spacing: 0.01rem;
        margin-bottom: 0.2rem;
    }

    .side-bar-news-search form {
        border-radius: 0.3125rem;
    }

    .side-bar-news-search form input {
        height: 2.25rem;
        border-radius: 0.3125rem;
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 0.44rem;
    }

    .side-bar-news-search form button {
        width: 1.0625rem;
        right: 0.56rem;
    }

    .news-post-content-container {
        flex-direction: column;
        margin-top: 1.25rem;
        gap: 1.1rem;
        padding-bottom: 0;
    }

    .news-post-left p {
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.0625rem;
        margin-top: 1rem;
    }
    .news-post-left-post-info{
        margin-top: 1rem;
    }
    .side-bar-news-list-link .side-bar-news-date,
    p.news-post-left-post-info-date,
    .news-post-left-post-info-views {

        font-size: 0.625rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.11063rem;
    }

    .news-post-right {
        min-width: 100%;
        width: 100%;
    }

    .side-bar-news-list-container {
        padding: 0.94rem;
    }

    .side-bar-news-list-content {
        gap: 1.4rem;
    }

    .side-bar-news-list-link .side-bar-news-title {
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.0625rem;
    }

    .side-bar-all-news-btn {
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.5625rem;
        height: 2.25rem;
    }


}