@charset "utf-8";
.page_news_top{
    padding: 50px 0 40px;
    background: no-repeat center bottom / cover;
    background-image: url(../img/page_back.jpg);
}
.page_news{
    padding: 60px 0 50px;
}    
.page_home_item_wrap{
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.page_home_item{
    padding-bottom: 27px;
    border-bottom: 1px dashed #CBAFA5;
}
.page_home_item_text{
    margin-top: 6px;
}
.page_single_item_content{
    margin-top: 30px;
    color: #69544e;
}
.page_single_item_text{
    margin-top: 6px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CBAFA5;
}
.page_single_button{
    margin-top: 50px;
    text-align: center;
}
.page-numbers{
    margin: 0 20px;
}
@media screen and (min-width: 768px){
    .page_news_top{
        padding: 127px 0 40px;
    }    
    .page_news{
        padding: 80px 0;
    }
    .page_single_button{
        margin-top: 80px;
        text-align: right;
    }    
}