/*======================================
            Blog 
========================================*/
.blog{
    margin-bottom:70px;
}

.blog-list-content{ padding: 20px 25px;background-color: #f5f8fa;
    box-shadow: 0 30px 30px 0 rgba(0,0,0,.1);
 margin:-50px 20px 20px; position: relative; z-index: 1  }

.blog-footer{ padding: 15px 0 ; }

.col-sm-4.blog-list {
    margin-bottom: 20px;
    
}
.blog-list-content .title a{ font-size: 18px; font-weight: bold;  
  color: #666;
  transition: all .50s;
     }

     

.blog-footer { font-weight: 100;  }
.blog-footer span{ color:#bfbfbf; margin-left:15px;}



@media(min-width:966px){
    .blg-img{
        width:70% !important
    }
}

.bg-h1{
    font-size:35px;
}

@media(max-width:766px){
    .bg-h1{
        font-size: 25px;
    }
}