.blog-page-content {margin-top:40px;}
.blog-page-content .page-width .articlegrid {display: grid;grid-template-columns: 1fr 1.5fr;height: 100%;align-items: flex-start;}
.blog-page-content .theofferimage {width:100%;height:100%;padding-top:25px;}
.blog-page-content .thecontenet {width:98%;max-width:100%;}
.blog-page-content .page-width .theofferimage img {width: 90%;position: sticky;top:17%;height: auto;}
@media only screen and (max-width: 767px){
  .blog-page-content .theofferimage {display:none !important;}
  .blog-page-header .blogpage-grid, .blog-page-content .page-width .articlegrid {display:block;}

  .blog-page-header .article-template__title {margin-bottom:0px;}
  .blog-page-content .thecontenet {width: 100%;}
}