body.widget-snippet {
         padding: 40px;
     }

    .our-latest-news .row {
        margin-left: -25px;
        margin-right: -25px;
    }
    .our-latest-news .col-md-4 {
        box-sizing: border-box;
        padding: 25px;
        float:left;
    }
    body.widget-snippet .col-md-4.col-sm-6 .latest-news-images > a::after {
        content: "";
        display: none;
    }
    .widget-snippet .latest-news-images img {
        display: block;
        max-height: 255px;
        -webkit-transition: all 300ms ease-out 0s;
        -moz-transition: all 300ms ease-out 0s;
        -o-transition: all 300ms ease-out 0s;
        transition: all 300ms ease-out 0s;
    }

    .widget-snippet .col-md-4:hover .latest-news-images img {
        transform: scale(1.2);
    }
    .our-latest-news .col-md-4 .images-text {
        left: 0;
        padding: 15px;
        position: absolute;
        right: 0;
        text-align: center;
        text-decoration: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }
    .our-latest-news .col-md-4 .images-text > h3 {
        color: #ffffff;
        font-size: 23px;
        font-weight: 600;
        letter-spacing: 1.5px;
        overflow: hidden;
        padding-left: 25px;
        padding-right: 25px;
        text-overflow: ellipsis;
        text-transform: capitalize;
        transition: all 0.1s ease-in-out 0s;
        white-space: nowrap;
    }
    .our-latest-news .col-md-4 .images-text > h3::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 2px;
        position: absolute;
        top: 5px;
        width: 90px;
    }
    .our-latest-news .col-md-4 .images-text > h3::before {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .our-latest-news .col-md-4 .images-text > h3::after {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 2px;
        position: absolute;
        top: 50px;
        width: 90px;
    }
    .our-latest-news .col-md-4 .images-text > h3::after {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .col-md-4.col-sm-6 .latest-news-images > a {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .col-md-4.col-sm-6 .latest-news-images > a::after {
        background-color: rgba(65, 65, 65, 0.5);
        border: 0 none;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 300ms ease-out 0s;
        -moz-transition: all 300ms ease-out 0s;
        -ms-transition: all 300ms ease-out 0s;
        -o-transition: all 300ms ease-out 0s;
        transition: all 300ms ease-out 0s;
    }
    .col-md-4.col-sm-6:hover .latest-news-images > a::after {
        background-color: rgba(65, 65, 65, 0.9);
    }
    body.widget-snippet .latest-news-images img {
        filter: brightness(60%) contrast(70%);
    }

    @media (min-width: 992px) {
        .our-latest-news .col-md-4:nth-child(3n+1) {
            clear: left;
        }
    }

    @media (max-width:991px) {
        .responsive .our-latest-news .row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }

    @media (max-width: 767px) {
        .responsive #spltr-7426F312-5F73-4EE0-9DD8-36B1534360CB {
            padding-bottom: 50px;
            padding-top: 50px;
        }
        .responsive .our-latest-news .col-md-4 {
            padding: 15px;
        }
    }
