
.news_share_title{
    font-size: 22px;color: #000;
    position: relative;
}

.news_share_title span{   
     display: inline-block;
        background: #ffffff;
        position: relative;    padding-right:7%;
        z-index: 1;
        font-size: 13px;color: #000000;
    }
.news_share_title:before{
    content: '';
    background: #dddddd;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 7px;
    right: 0;
}


.news_share{
    margin-bottom: 76px;
}
.news_share_title-img img{
    max-width: 100%;margin-bottom: 15px;
}
.news_ection_ig .row{
    margin-left: 0;margin-right: 0;
    margin-bottom: 25px;
}
.news_ection_ig  [class*=col]{
 
   padding: 1px;
}
.news_ection_ig_item a{
    padding-bottom: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3 ease;
    -moz-transition: all 0.3 ease;
    -webkit-transition: all 0.3 ease; 
}
.news_ection_ig_item a:hover{
  
    box-shadow: 0 0 8px 3px #94bee6;
    position: relative;
    z-index: 1;
}
.news_share_btn{
    text-align: center;
}
    .news_share_btn a {
        border: 1px solid #476b97;
        color: #ffffff;
        background: #476b97;
        font-size: 16px;
        padding: 8px 25px;
        border-radius: 5px;
        display: inline-block;
}

.news_ection_fb{
    margin-bottom: 25px;
}
@media (max-width: 767px){
 
        
    .news_share .container > .row > [class*=col]{margin-bottom: 35px;}

    .section_news_items h3{
        font-size: 18px;
    }
    .section_news_items p{
        font-size: 14px;
    }
  
    
}

