        .blog__main img {
    height: 200px;
}
.bp_news_sub p {
        font-size: 13px;
    color: gray;
    text-align: justify;
    height: 130px;
}
.news_title {
    margin-top: 10px;
}
.bp_block_item {
    margin: 15px 0;
}
.bp_news_more {
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .bp_news_sub p {
        height: 75px;
    }
}
