
.msb-news-items-page .owl-item {
    padding: 10px;
}
.item-grid-news-style2 {
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item-grid-news-style2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 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));
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item-grid-news-style2:hover:after {
    height: 100%;
}
.item-grid-news-style2:hover {
    /*-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.1);*/
    /*box-shadow: 0 3px 20px rgba(0,0,0,0.1);*/
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 10px -1px rgba(255,103,31,0.7);
    box-shadow: 0 0 10px -1px rgba(255,103,31,0.7);
}
.msb-news-items-page .owl-carousel .owl-item img {
    width: auto;
}
.item-grid-news-style2 .image {
    height: 480px;
}
.msb-col:first-child .item-grid-news-style2 .image {
    height: 590px;
}
.msb-news-items-page .owl-carousel .owl-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-grid-news-style2 .content {
    position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateY(130px);
    -webkit-transform: translateY(130px);
}
.msb-col:first-child .item-grid-news-style2 .content {
    transform: translateY(72px);
    -webkit-transform: translateY(72px);
}
.item-grid-news-style2:hover .content {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
}
.item-grid-news-style2 .content .title {
    height: 52px;
    font-size: 22px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px;
}
.item-grid-news-style2 .content .title a {
    color: inherit;
}
.item-grid-news-style2 .content .title a:hover {
    color: #FF671F;
}
.item-grid-news-style2 .content .desc {
    height: 48px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 15px;
    text-align: justify;
}
.msb-news-items-page .msb-owl-carousel-news-page {
    padding-bottom: 48px;
}
.msb-news-items-page .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
}
.msb-news-items-page .owl-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
}

@media (max-width: 991px) {
    .item-grid-news-style2 .image {
        height: 320px;
    }
    .msb-col:first-child .item-grid-news-style2 .image {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .msb-col:first-child .item-grid-news-style2 .image {
        height: 320px;
    }
}