	
.body_page {
    border-bottom: 1px solid #ddd;
}

h1 {
    text-align: center;
}

.news .bp_block_item {
    margin-bottom: 25px;
}

.news .news_title a {
    display: block;
    min-height: 38.4px;
}

@media (max-width: 991px) {
    
    .body_page {
        padding: 60px 0;
    }
    
    .news .news_title {
        font-size: 15px;
    }
    
    .news .news_title a {
        min-height: 36px;
    }
   
}

@media (max-width: 767px) {
    
    .news .news_title a {
        min-height: auto;
    }
}
