.p-news__wrapper{
    max-width: 860px;
}
.p-news__title{
    text-align: center;
}
.p-news__content,
.p-news__title span{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}
.p-news__title h2{
    font-size: 34px;
}
.c-news__card:last-child{
    border-bottom: 1px solid #ccc;
}
@media(max-width: 768px){
    .p-news__title h2{
        font-size: 22px;
    }
    .p-news__content,
    .p-news__title span{
        font-size: 13px;
    }

}