        .news_title  {
    min-height: 60px;
}
.news_title a{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bp_news_sub p{
    
    line-height: 24px;
    text-transform: initial;
    font-size: 15px;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}
.bp_block_item {
    margin: 20px 0;
}
.bp_news_more {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 18px;
    display: inline-block;
    text-decoration: underline;
}
.bp_img_news img {
    height: 160px;
    object-fit: cover;
}
.bp-category-title {
    font-weight: 700;
    text-transform: uppercase;
}
.blog .bp_news_info {
    display: none;
}
.bp-category-title {
    display: none;
}
.blog-main img {
    display: none;
}
.blog-main .bp-news-button-action {
    display: block;
}
.blog-main .news_title {
    min-height: auto;
}
.blog-main .bp_news_more {
        background: #12aac1;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.blog-main .bp_news_more:hover {
    background: black;
}
#m_121139 > h2 {
        font-size: 36px;
    color: #12aac1;
    font-weight: 600;
}
@media screen and (max-width:991px) {
    .news_title {
        min-height: 60px;
    }
}
@media screen and (max-width:768px) {
    .news_title a{
        font-size: 14px;
    }
    .bp_img_news img {
        height: 150px;
    }
}
@media screen and (max-width:576px) {
     .news_title {
        min-height: unset;
    }
    .news_title a {
              display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
}
@media screen and (max-width:456px) {
        .bp_img_news img {
            height: 130px;
}
}
