@media screen and (max-width : 991px) {
    
    
    .blog-entry-title {
        font-size: 35px;
    }
    
    .col-sm-8.left-panel, .col-sm-4.right-panel {
      width: 100%;
    }
}