﻿#homeNewsWrap {
    background: var(--grey);
    padding: 50px 0;
}

#homeNewsWrap h2 {
    padding-bottom:0!important;
}
.jnewssc {
    background: #fff;
}

.jnewssc *, .jnewssc {
    text-decoration: initial !important;
    text-align: left;
}

.jnewssc h3 {
    margin: 0 0 10px 0 !important;
    /*color: var(--blue);*/
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    transition: .25s;
}
.jnewssc h3:hover{
        color: #59B1D2;
}
.news_description img {
    width: 100%;
    height: auto;
    /*display: none;*/
}

.home-news-desc {
    padding: 18px;
}

.news-time {
    font-weight: 500;
    font-size: 14px;
}

.read_more {
    text-decoration: none;
    border-bottom: 4px solid var(--grey);
    padding: 0;
    margin-top: 10px;
    display: inline-block;
    color: #222;
    font-weight: 500;
    transition: all 0.5s ease;
}

.jnewssc:hover .read_more {
    padding-right: 20px;
}
.three.jnewssc {
    background: var(--primary);
    margin-bottom: 30px;
    border-radius: 30px;
}
.three.jnewssc .image_news {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.three.jnewssc .image_news img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.three.jnewssc .home-news-desc {
    padding: 30px !important;
    color: var(--white);
 }
 .three.jnewssc .home-news-desc h3 {
    color: var(--white);
    font-size: 24px;
    font-weight: 700 !important;
 }
 .short_text {
    margin-bottom: 0 !important;
 }
#footerFoundIntro {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}


/*Hover Effect */
.div_tabble.news_description:hover .div_cell.image_news::after{
    transform: scale(1.1);
}
.div_tabble.news_description:hover .news-title-date h3{
    color: #59B1D2;
}
@media (max-width: 991px) {
    .newsWrap.breaking-news {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #Breaking-New-0 .image_news img, 
    #Breaking-New-0 .image_news {
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-top-left-radius: 20px !important;
    }
}