
#news .news-header {
    width: 100%;
    background: #231F20;
    padding: 10px;
    border-radius: 1px;
}

#news .news-header p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    margin: 0;
}

#news .news-section {
    width: 100%;
    background: #fff;
    padding: 10px;
}

#news .news-section .news-image {
    width: 100%;
    height: auto;
}

#news .news-section .news-image img {
    width: 100%;
    height: 100%;
}

#news .news-section .news-head h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}


#news .news-section .news-content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
    color: #007AC7;
}

.border-span {
    width: 100%;
    height: 3px;
    background: #231F20;
}


@media (max-width:576px) {
    .col-xs-4 {
        width: 33.333333%;
    }

    .col-xs-8 {
        width:66.666666%;
    }

    #news .news-section .news-image {
        height: auto;
    }
    #news .news-section .news-head h4, #news .news-header p {
        font-size: 20px;
    }
    #news .news-section .news-content p {
        font-size: 12px;
    }
}

/*  news slide carousel */
/* 
.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 0px solid #fff;
} */