
.msb-block.msb-news-style2 {
    padding: 70px 0;
    background: rgba(0,0,0,0.05);
}
.msb-news-list-style2 .msb-row {
    margin: 0 -15px;
}
.msb-news-list-style2 .msb-row:before,
.msb-news-list-style2 .msb-row:after {
    display: table;
    content: " ";
}
.msb-news-list-style2 .msb-row:after {
    clear: both;
}
.msb-news-list-style2 .msb-row .msb-col {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.item-news-style2 {
    position: relative;
    border-radius: 12px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.item-news-style2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    -webkit-background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0));
}
.item-news-style2 .image {
    height: 270px;
}
.item-large .item-news-style2 .image {
    height: 570px;
}
.item-news-style2 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-news-style2 .content {
    align-items: flex-end;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 20px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item-small .item-news-style2 .content {
    -webkit-transform: translateY(125px);
    transform: translateY(125px);
}
.item-small .item-news-style2:hover .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.item-news-style2 .content .title {
    max-width: 50%;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px;
}
.item-news-style2 .content .title a {
    color: inherit;
}
.item-news-style2 .content .title a:hover {
    color: #FF671F;
}
.item-news-style2 .content .desc {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 20px;
    text-align: justify;
}

@media (max-width: 1700px) {
    .item-news-style2 .content .title {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .msb-block.msb-block-view-all.msb-news-style2 {
        padding: 70px 0 110px;
    }
    .msb-block.msb-block-view-all.msb-news-style2 .msb-heading-block .msb-btn {
        bottom: 70px;
    }
    .msb-news-list-style2 .msb-row .msb-col {
        width: 100%;
    }
    .item-news-style2 .content .title {
        max-width: 60%;
    }
}

@media (max-width: 575px) {
    .item-news-style2 .content .title {
        max-width: 100%;
    }
}