        .news_title a{
       line-height: 40px;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #0f1b24;
    
         display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
 
}
.news_title {
        transform: scale(1);
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.3em;
    border-bottom: dashed 2px #eaeaea;
    position: relative;
    transition: all ease 0.35s;
}
.bp_block_item:hover .news_title:before{
    width: 100px;
}
.news_title:before {
        content: "";
    width: 50px;
    height: 10px;
    background-color: #2b8fce;
    position: absolute;
    bottom: -4px;
    transform: skewX(-43deg);
    transition: all 1s ease;
}
.bp_news_sub p{
    color: #858585;
    line-height: 24px;
    text-transform: initial;
    font-size: 13px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bp_block_item {
    margin: 20px 0;
}
.bp_news_more {
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    transition: all .3s;
    color: #2b8fce;
}
.bp-category-title {
    display: none;
}
.bp_img_news img {
    height: 200px;
}
.blog .bp_news_more:after {
    content: "❯";
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    position: absolute;
    top: 1px;
    transition: all .3s;
    margin-left: 6px;
}
.bp_news_sub {
    margin: 20px 0;
}
