@media screen and (min-width: 1261px) {
  .blog-sticky-post {
    position: absolute;
    left: 0;
    top: 630px;
    padding: 10px 30px 10px 50px;
  }
  .blog-sticky-post .blog-sticky-post__content {
    width: 670px;
  }
  .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: 400px;
    height: 317px;
  }
  .blog-sticky-post .blog-sticky-post__image img {
    width: 400px;
    height: 317px;
  }
  .blog-sticky-post.not-mobile {
    display: flex;
  }
}