@media screen and (max-width: 1260px) and (min-width: 768px) {
  .blog-sticky-post {
    top: 569px;
    position: absolute;
    left: 0;
    padding: 20px;
  }
  .blog-sticky-post .blog-sticky-post__content {
    width: 350px;
  }
  .blog-sticky-post .blog-sticky-post__content .blog-sticky-post__title {
    font-size: 32px;
    line-height: 42px;
  }
  .blog-sticky-post .blog-sticky-post__content .blog-sticky-post__content {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-sticky-post .blog-sticky-post__image {
    width: 310px;
    height: 247px;
  }
  .blog-sticky-post .blog-sticky-post__image img {
    width: 310px;
    height: 247px;
  }
  .blog-sticky-post.not-mobile {
    display: flex;
  }
}