	.bp_img_news img {
    height: 400px;
}
.bp-category-title {
    display: none;
}
.bp_block_item .row {
    margin: 0;
}
.service {
        background-color: #fafafa;
}
.service .bp_block_item {
    margin-bottom: 20px;
}
.service .bp_img_news{
    padding: 0;
}
.service .bp_content_news_main {
    background: #FFF;
    padding: 53px 60px 50px;
}
.service .news_title {
    font-size: 26px;
    margin-bottom: 15px;
        font-weight: 600;
        text-align: center;
    line-height: 1.3em;
}
.service .news_title a {
    
}
.service .bp_news_sub ul {
    display: none;
}
.service .bp_news_sub p {
    color: gray;
    text-align: center;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service .bp-news-button-action {
    text-align: center;
    margin-top: 30px;
}
.service .bp_news_more {
        position: relative;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    transition: all 0.4s linear 0s;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #272727;
    font-weight: 400;
    padding: 12px 24px;
    color: #272727;
}
@media (max-width:768px) {
    .bp_img_news img {
    height: 250px;
}
.service .bp_content_news_main {
    padding: 20px;
}
}
