.blogs .container
{
 max-width: 1500px;
}

.left-sidebar
{
  width:300px;    order: -1;
  padding:0px;
}
@media(min-width:1025px)
{
  .article__body.col-lg-8.col
  {
    max-width:calc(66.666% - 300px)
  }
 
}
@media(max-width:1024px)
{

   .left-sidebar 
  {
    display:none;
  }
}