        .news_title {
        color: #44444e;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 15px;
        padding: 25px 20px 0 20px;
        height: 110px;
}
.bp_news_sub p {
    color: #6a6c72;
    font-size: 15px;
    margin: 0;
    height: 90px;
}
.bp_news_more {
        color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #be8c4d;
    border-radius: 3px;
}
.bp_block_item {
    box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    margin-bottom: 30px;
}
.bp_news_sub {
    padding: 0 20px 20px 20px;
}
