    .news-details {
    position: relative;
    display: block;
    padding: 70px 0px ;
}
.blog-one__single {
  
    margin-bottom: 0;
}
.page-wrapper {
    overflow: unset;
}
.sidebar {
    position: sticky;
 
    top: 80px;
}
.sidebar__latest-posts-list-item .img-box {
    
    overflow: unset;
}
.sidebar__latest-posts-list-item .img-box img{
    
    height:70px;
    width:70px;
}
.sidebar__latest-posts-list-item{
    
    align-items: center;
}
.sidebar__latest-posts-list-item .title h4 {
    font-size: 17px;
    line-height: 20px;
}