.elementor-section.elementor-section-boxed > .elementor-container{
  max-width: 100%;
  width:100%;
}
.breadcrumbs, .breadcrumbs-blog{
  max-width: 68%;
  margin: 10px auto;
}
.inr-wrapper {
  max-width: 68%;
  margin: 0 auto;
}
.blog-other-list{
  width: 100%;
}
.blog-other-list ul{
  display: unset;
}
.blog-other-list ul li{
  width:99%;
  margin-right: 0;
  margin-bottom: 20px;
}
.blog-other-list ul li .img-block{
  height: unset;
  line-height: 0;
}
@media screen and (min-width: 768px){
  .blog-wrap {
    display: flex;
    
  }
  .blog-side {
    width: 276px;
    padding: 40px 0 0 48px;
  }
  main{
    flex: 1;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px){
  .inr-wrapper {
    max-width: 92%;
  }
  .breadcrumbs, .breadcrumbs-blog{
    max-width: 100%;
    margin: 10px 0;
  }
}