@media (max-width: 992px) {

    .section-news-posts .home-news-section-tabs {
        gap: 0;
        justify-content: space-between;
    }

    .section-news-posts .home-news-section-tabs p {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2.7rem;
        line-height: 1.25rem;
        letter-spacing: 0;
    }

    .section-news-posts .home-news-slider.show {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1.25rem;
        margin-top: 1.25rem;
    }

    .section-news-post {
        gap: 0.63rem;
    }

    .third-slide-element.section-news-post {
        flex-direction: row;
    }

    .second-slide-element.section-news-post {
        flex-direction: row-reverse !important;
    }


    .section-news-post-discription {
        width: 10.625rem;
        height: 6.75rem;
        border-radius: 0.625rem;
        padding: 0.3rem 0.6rem;
    }

    .section-news-post h3 {
        font-size: 0.625rem;
        line-height: 100%;
    }

    .section-news-post p {
        font-size: 0.625rem;
        line-height: 0.8125rem;
    }

    .section-news-post-arrow {
        width: 1.125rem;
        height: 1.125rem;
        top: 0.15rem;
        right: 0.15rem;
    }

    .section-news-post-image {
        width: 8.75rem;
        height: 6.75rem;
        border-radius: 0.625rem;
    }

    .third-slide-element .section-news-post-discription {
        width: 12.625rem;
    }

    .third-slide-element .section-news-post-image {
        width: 6.75rem;
        height: 6.75rem;
        border: 0.0125rem solid rgba(250, 250, 250, 0.10);
        background-image: url(/wp-content/themes/kazakh/img/home-page/news-third-post.svg) !important;
    }

    .section-news-posts .pagination {
        grid-column: 1 / 1;
    }

}