.c-news-page{
    display: flex;
}

.c-news-page__left{
    padding-right: 40px;
}

.c-news-page__right{
    width: 300px;
    flex-shrink: 0;
}

.c-news-page__right a{
    color: #333333;
    text-decoration: underline;
}

.c-news-page__right-caption{
    font-size: 18px;
    color: #989898;
    margin-bottom: 20px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .c-news-page{
        display: block;
    }

    .c-news-page__left{
        padding-right: 0;
    }

    .c-news-page__right{
        margin-top: 60px;
        width: 100%;
        padding: 0 30px;
    }

    .c-news-detail{
        padding: 0 30px;
    }

    .c-news-header, .c-link-back{
        padding: 30px !important;
    }


}

@media (max-width: 991px) {
    .c-news-header__title{
        font-size: 20px !important;
    }
    .c-news-item{
        display: block !important;
    }
    .c-news-item__image{
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .c-news-item__data{
        width: 100%;
    }
}
